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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
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");
/freebsd-10-stable/contrib/zlib/
H A Ddeflate.h300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
316 /* Inline versions of _tr_tally for speed: */
344 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
346 flush = _tr_tally(s, distance, length)
H A Dzconf.h28 # define _tr_tally z__tr_tally macro
H A Dtrees.c1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1030 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/freebsd-10-stable/sys/net/
H A Dzlib.c30 #define _tr_tally _zlib104_tr_tally macro
540 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1679 bflush = _tr_tally(s, s->strstart - s->match_start,
1713 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1792 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1819 if (_tr_tally (s, 0, s->window[s->strstart-1])) {
1837 _tr_tally (s, 0, s->window[s->strstart-1]);
2804 int _tr_tally (s, dist, lc) function
2820 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");

Completed in 147 milliseconds