Searched refs:_tr_tally_lit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
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
H A Ddeflate.c1706 _tr_tally_lit (s, s->window[s->strstart], bflush);
1821 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1840 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1912 _tr_tally_lit (s, s->window[s->strstart], bflush);
1952 _tr_tally_lit (s, s->window[s->strstart], bflush);

Completed in 63 milliseconds