Home
last modified time | relevance | path

Searched refs:lzma_check_size (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/xz/src/liblzma/common/
Dblock_util.c25 + lzma_check_size(block->check); in lzma_block_compressed_size()
71 + lzma_check_size(block->check); in lzma_block_unpadded_size()
Dblock_decoder.c178 const size_t check_size = lzma_check_size(coder->block->check); in block_decode()
251 - lzma_check_size(block->check) in lzma_block_decoder_init()
Dblock_encoder.c122 const size_t check_size = lzma_check_size(coder->block->check); in block_encode()
Dindex_hash.c298 lzma_check_size(LZMA_CHECK_BEST)) != 0) in lzma_index_hash_decode()
Dblock_buffer_encoder.c252 const size_t check_size = lzma_check_size(block->check); in block_buffer_encode()
/freebsd-12-stable/contrib/xz/src/liblzma/api/lzma/
Dcheck.h95 extern LZMA_API(uint32_t) lzma_check_size(lzma_check check)
/freebsd-12-stable/contrib/xz/src/xz/
Dlist.c416 - lzma_check_size(iter->stream.flags->check), in parse_block_header()
555 const uint32_t size = lzma_check_size(iter->stream.flags->check); in parse_check_value()
795 if (lzma_check_size(iter.stream.flags->check) > check_max) in print_info_adv()
796 check_max = lzma_check_size(iter.stream.flags->check); in print_info_adv()
873 - lzma_check_size( in print_info_adv()
/freebsd-12-stable/contrib/xz/src/liblzma/
Dliblzma_generic.map18 lzma_check_size;
Dliblzma_linux.map18 lzma_check_size;
/freebsd-12-stable/contrib/xz/src/liblzma/check/
Dcheck.c64 lzma_check_size(lzma_check type) in lzma_check_size() function
/freebsd-12-stable/lib/liblzma/
DSymbol.map17 lzma_check_size;