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

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c90 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1273 * IN assertions: cur_match is the head of the hash chain for the current
1279 IPos cur_match)
1289 /* Stop when cur_match becomes <= limit. To simplify the code,
1326 Assert(cur_match < s->strstart, "no future");
1327 match = s->window + cur_match;
1406 s->match_start = cur_match;
1416 } while ((cur_match = prev[cur_match & wmask]) > limit
1430 IPos cur_match)
1277 longest_match( deflate_state *s, IPos cur_match) argument
1428 longest_match( deflate_state *s, IPos cur_match) argument
[all...]
/openbsd-current/lib/libz/
H A Ddeflate.c1340 * IN assertions: cur_match is the head of the hash chain for the current
1344 local uInt longest_match(deflate_state *s, IPos cur_match) { argument
1353 /* Stop when cur_match becomes <= limit. To simplify the code,
1390 Assert(cur_match < s->strstart, "no future");
1391 match = s->window + cur_match;
1470 s->match_start = cur_match;
1480 } while ((cur_match = prev[cur_match & wmask]) > limit
1492 local uInt longest_match(deflate_state *s, IPos cur_match) { argument
1506 Assert(cur_match <
[all...]
/openbsd-current/sys/lib/libz/
H A Ddeflate.c1340 * IN assertions: cur_match is the head of the hash chain for the current
1344 local uInt longest_match(deflate_state *s, IPos cur_match) { argument
1353 /* Stop when cur_match becomes <= limit. To simplify the code,
1390 Assert(cur_match < s->strstart, "no future");
1391 match = s->window + cur_match;
1470 s->match_start = cur_match;
1480 } while ((cur_match = prev[cur_match & wmask]) > limit
1492 local uInt longest_match(deflate_state *s, IPos cur_match) { argument
1506 Assert(cur_match <
[all...]

Completed in 349 milliseconds