Searched refs:_tr_tally (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libz/ |
H A D | deflate.h | 283 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 D | trees.c | 1022 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 D | ratz.c | 1493 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 29 milliseconds