Searched refs:match_len_max (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h113 /// mf_find() tries to expand it up to match_len_max bytes.
114 uint32_t match_len_max; member in struct:lzma_mf_s
144 size_t match_len_max; member in struct:__anon4459
147 /// This must be less than or equal to match_len_max.
165 // before_size + dict_size + after_size + match_len_max
176 // lzma_mf.buffer[lzma_mf.read_pos + match_len_max - 1], the total
178 // after_size + match_len_max.
H A Dlz_encoder.c202 || lz_options->nice_len > lz_options->match_len_max)
208 + lz_options->match_len_max;
225 reserve += (lz_options->before_size + lz_options->match_len_max
239 mf->match_len_max = lz_options->match_len_max;
H A Dlz_encoder_mf.c58 if (limit > mf->match_len_max)
59 limit = mf->match_len_max;
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c173 if (left < mf->match_len_max) {
182 + left - mf->match_len_max;
H A Dlzma_encoder.c442 lz_options->match_len_max = MATCH_LEN_MAX;

Completed in 113 milliseconds