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

/xnu-2422.115.4/libkern/zlib/
H A Ddeflate.h310 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
325 /* Inline versions of _tr_tally for speed: */
353 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
355 flush = _tr_tally(s, distance, length)
H A Dtrees.c1049 int _tr_tally (s, dist, lc) function
1065 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");

Completed in 22 milliseconds