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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c734 flush = ct_tally(strstart-match_start, match_length - MIN_MATCH);
773 flush = ct_tally (0, window[strstart]);
863 flush = ct_tally(strstart-1-prev_match, prev_length - MIN_MATCH);
903 if (ct_tally (0, window[strstart-1])) {
925 if (match_available) ct_tally (0, window[strstart-1]);
H A Dzip.h833 int ct_tally OF((int, int));
H A Dtrees.c81 * void ct_tally (int dist, int lc);
1144 int ct_tally (dist, lc) function
1157 (ush)d_code(dist) < (ush)D_CODES, "ct_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s132 xref _ct_tally ; int ct_tally(int, int)
627 MOVINT Strst,_strstart ; ct_tally reads this variable
662 MOVINT Strst,_strstart ; ct_tally reads this variable
688 MOVINT Strst,_strstart ; ct_tally reads this variable
730 MOVINT Strst,_strstart ; ct_tally reads this variable
769 MOVINT Strst,_strstart ; ct_tally reads this variable

Completed in 222 milliseconds