Searched defs:_tr_tally (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/illumos-gate/usr/src/boot/lib/libz/
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");
H A Dzconf.h28 # define _tr_tally z__tr_tally macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c585 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
602 /* Inline versions of _tr_tally for speed: */
625 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
627 flush = _tr_tally(s, distance, length)
3304 _tr_tally(s, dist, lc) function
3321 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");

Completed in 79 milliseconds