Home
last modified time | relevance | path

Searched refs:_tr_tally (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h293 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
339 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
341 flush = _tr_tally(s, distance, length)
H A Dzconf.h51 # define _tr_tally z__tr_tally macro
H A Dtrees.c1015 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() function
H A DChangeLog1182 compression ratio on some files. This also allows inlining _tr_tally for
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c583 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
623 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
625 flush = _tr_tally(s, distance, length)
3302 _tr_tally(s, dist, lc) in _tr_tally() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1493 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1536 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
1538 flush = _tr_tally(s, distance, length)