Searched refs:_tr_tally_lit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.h | 326 # define _tr_tally_lit(s, c, flush) \ macro 344 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
| H A D | deflate.c | 1909 _tr_tally_lit (s, s->window[s->strstart], bflush); 2024 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2043 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2115 _tr_tally_lit (s, s->window[s->strstart], bflush); 2155 _tr_tally_lit (s, s->window[s->strstart], bflush);
|