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

/broadcom-cfe-1.4.2/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");

Completed in 83 milliseconds