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

/ast/src/lib/libz/
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");
/ast/src/cmd/INIT/
H A Dratz.c1493 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1508 /* Inline versions of _tr_tally for speed: */
1536 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
1538 flush = _tr_tally(s, distance, length)

Completed in 244 milliseconds