Searched defs:cur_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c313 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value]; local
353 const uint32_t cur_match local
377 const uint32_t cur_match local
248 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
433 const uint32_t cur_match local
453 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
521 bt_skip_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) argument
600 const uint32_t cur_match = mf->hash[hash_value]; local
615 const uint32_t cur_match = mf->hash[hash_value]; local
634 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value]; local
668 const uint32_t cur_match local
692 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value]; local
742 const uint32_t cur_match local
[all...]

Completed in 53 milliseconds