Searched defs:_tr_tally_lit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h308 # define _tr_tally_lit(s, c, flush) \ macro
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ macro
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c607 #define _tr_tally_lit(s, c, flush) \ macro
625 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
2045 _tr_tally_lit(s, s->window[s->strstart], bflush);
2180 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2201 _tr_tally_lit(s, s->window[s->strstart-1], bflush);

Completed in 73 milliseconds