Home
last modified time | relevance | path

Searched refs:_tr_tally_lit (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ macro
339 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
H A Ddeflate.c1950 _tr_tally_lit (s, s->window[s->strstart], bflush);
2065 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2084 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2156 _tr_tally_lit (s, s->window[s->strstart], bflush);
2196 _tr_tally_lit (s, s->window[s->strstart], bflush);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c605 #define _tr_tally_lit(s, c, flush) \ macro
623 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
2043 _tr_tally_lit(s, s->window[s->strstart], bflush);
2178 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2199 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1518 # define _tr_tally_lit(s, c, flush) \ macro
1536 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro