Searched refs:_tr_tally (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | deflate.h | 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 374 flush = _tr_tally(s, distance, length)
|
H A D | zconf.h | 39 # define _tr_tally z__tr_tally macro
|
H A D | zconf.h.in | 28 # define _tr_tally z__tr_tally macro
|
H A D | trees.c | 1093 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) { function
|
H A D | ChangeLog | 1222 compression ratio on some files. This also allows inlining _tr_tally for
|