Searched refs:cur_match (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/xz/src/liblzma/lz/ |
| HD | lz_encoder_mf.c | 221 matches_count = func(len_limit, pos, cur, cur_match, mf->depth, \ 252 uint32_t cur_match, in hc_find_func() argument 260 son[cyclic_pos] = cur_match; in hc_find_func() 263 const uint32_t delta = pos - cur_match; in hc_find_func() 268 cur_match = son[cyclic_pos - delta in hc_find_func() 297 mf->son[mf->cyclic_pos] = cur_match; \ 313 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value]; in lzma_mf_hc3_find() local 353 const uint32_t cur_match in lzma_mf_hc3_skip() local 377 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value]; in lzma_mf_hc4_find() local 433 const uint32_t cur_match in lzma_mf_hc4_skip() local [all …]
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | deflate.c | 94 uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 99 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); 1033 local uInt longest_match(s, cur_match) in longest_match() argument 1035 IPos cur_match; /* current match */ 1081 Assert(cur_match < s->strstart, "no future"); 1082 match = s->window + cur_match; 1159 s->match_start = cur_match; 1169 } while ((cur_match = prev[cur_match & wmask]) > limit 1181 local uInt longest_match_fast(s, cur_match) in longest_match_fast() argument [all …]
|
| /trueos/lib/libz/ |
| HD | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1148 local uInt longest_match(s, cur_match) in longest_match() argument 1150 IPos cur_match; /* current match */ 1196 Assert(cur_match < s->strstart, "no future"); 1197 match = s->window + cur_match; 1274 s->match_start = cur_match; 1284 } while ((cur_match = prev[cur_match & wmask]) > limit 1297 local uInt longest_match(s, cur_match) in longest_match() argument 1299 IPos cur_match; /* current match */ [all …]
|
| /trueos/sys/net/ |
| HD | zlib.c | 636 uInt longest_match OF((deflate_state *s, IPos cur_match)); 638 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1280 local uInt longest_match(s, cur_match) in longest_match() argument 1282 IPos cur_match; /* current match */ 1328 Assert(cur_match < s->strstart, "no future"); 1329 match = s->window + cur_match; 1401 s->match_start = cur_match; 1411 } while ((cur_match = prev[cur_match & wmask]) > limit
|