Searched refs:_tr_tally (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h270 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
285 /* Inline versions of _tr_tally for speed: */
313 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
315 flush = _tr_tally(s, distance, length)
H A Dtrees.c1021 int _tr_tally (s, dist, lc) function
1037 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c529 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1808 if (_tr_tally (s, 0, s->window[s->strstart-1])) {
1826 _tr_tally (s, 0, s->window[s->strstart-1]);
2795 int _tr_tally (s, dist, lc) function
2811 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c529 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1808 if (_tr_tally (s, 0, s->window[s->strstart-1])) {
1826 _tr_tally (s, 0, s->window[s->strstart-1]);
2795 int _tr_tally (s, dist, lc) function
2811 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c529 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1808 if (_tr_tally (s, 0, s->window[s->strstart-1])) {
1826 _tr_tally (s, 0, s->window[s->strstart-1]);
2795 int _tr_tally (s, dist, lc) function
2811 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");

Completed in 185 milliseconds