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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
313 /* Inline versions of _tr_tally for speed: */
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
343 flush = _tr_tally(s, distance, length)
H A Dzconf.h28 # define _tr_tally z__tr_tally macro
H A Dtrees.c1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1026 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 /* Inline versions of _tr_tally for speed: */
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 /* Inline versions of _tr_tally for speed: */
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 /* Inline versions of _tr_tally for speed: */
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
313 /* Inline versions of _tr_tally for speed: */
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
343 flush = _tr_tally(s, distance, length)
H A Dzconf.h27 # define _tr_tally z__tr_tally macro
H A Dtrees.c1008 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1024 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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");
/netgear-R7000-V1.0.7.12_1.2.5/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");

Completed in 151 milliseconds