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

/freebsd-11.0-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c32 uint32_t len_best = 0; local
48 len_best = matches[count - 1].len;
52 if (len_best == mf->nice_len) {
69 len_best = lzma_memcmplen(p1, p2, len_best, limit);
79 return len_best;
221 #define call_find(func, len_best) \
225 matches + matches_count, len_best) \
248 /// \param len_best The length of the longest match found so far.
260 uint32_t len_best)
250 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
317 uint32_t len_best = 2; local
381 uint32_t len_best = 1; local
450 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
632 uint32_t len_best = 2; local
690 uint32_t len_best = 1; local
[all...]

Completed in 42 milliseconds