Searched refs:_tr_tally_lit (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.h | 319 # define _tr_tally_lit(s, c, flush) \ macro 337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
| H A D | deflate.c | 1598 _tr_tally_lit (s, s->window[s->strstart], bflush); 1707 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1726 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1791 _tr_tally_lit (s, s->window[s->strstart], bflush); 1825 _tr_tally_lit (s, s->window[s->strstart], bflush);
|