Searched refs:_tr_tally_lit (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | deflate.h | 333 # define _tr_tally_lit(s, c, flush) \ macro 351 # define _tr_tally_lit(s, c, flush) \ macro 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
H A D | deflate.c | 1890 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_fast() 2002 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2021 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2091 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_rle() 2128 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_huff()
|