Searched refs:cur_match (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/lib/libz/ |
| D | deflate.c | 1352 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1398 Assert(cur_match < s->strstart, "no future"); in longest_match() 1399 match = s->window + cur_match; in longest_match() 1478 s->match_start = cur_match; in longest_match() 1488 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match() 1500 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1514 Assert(cur_match < s->strstart, "no future"); in longest_match() 1516 match = s->window + cur_match; in longest_match() 1547 s->match_start = cur_match; in longest_match()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | deflate.c | 1348 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1394 Assert(cur_match < s->strstart, "no future"); in longest_match() 1395 match = s->window + cur_match; in longest_match() 1474 s->match_start = cur_match; in longest_match() 1484 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match() 1496 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1510 Assert(cur_match < s->strstart, "no future"); in longest_match() 1512 match = s->window + cur_match; in longest_match() 1543 s->match_start = cur_match; in longest_match()
|
| /openbsd/src/lib/libz/ |
| D | deflate.c | 1352 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1398 Assert(cur_match < s->strstart, "no future"); in longest_match() 1399 match = s->window + cur_match; in longest_match() 1478 s->match_start = cur_match; in longest_match() 1488 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match() 1500 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() argument 1514 Assert(cur_match < s->strstart, "no future"); in longest_match() 1516 match = s->window + cur_match; in longest_match() 1547 s->match_start = cur_match; in longest_match()
|