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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c738 * void ct_tally(int dist, int lc);
1483 static int ct_tally(int dist, int lc) function
1494 && (ush) D_CODE(dist) < (ush) D_CODES, "ct_tally: bad match"
1764 flush = ct_tally(G1.strstart - 1 - prev_match, G1.prev_length - MIN_MATCH);
1793 if (ct_tally(0, G1.window[G1.strstart - 1])) {
1818 ct_tally(0, G1.window[G1.strstart - 1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c409 local int ct_tally OF((deflate_state *s, int dist, int lc));
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1413 if (ct_tally (s, 0, s->window[s->strstart-1])) {
1431 ct_tally (s, 0, s->window[s->strstart-1]);
2403 local int ct_tally (s, dist, lc) function
2419 (ush)d_code(dist) < (ush)D_CODES, "ct_tally: bad match");

Completed in 77 milliseconds