Home
last modified time | relevance | path

Searched refs:IS_ENC_DICT_SIZE_VALID (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h22 #define IS_ENC_DICT_SIZE_VALID(size) \ macro
H A Dlz_encoder.c198 if (!IS_ENC_DICT_SIZE_VALID(lz_options->dict_size) in lz_encoder_prepare()
/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c411 if (!IS_ENC_DICT_SIZE_VALID(opt->dict_size)) in lzma_lzma2_block_size()
/freebsd-src/contrib/xz/
H A DChangeLog10975 liblzma: Creates IS_ENC_DICT_SIZE_VALID() macro.