Searched refs:_tr_tally_lit (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/zlib/ |
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
|
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);
|
/external/python/cpython2/Modules/zlib/ |
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
|
D | deflate.c | 1904 _tr_tally_lit (s, s->window[s->strstart], bflush); 2019 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2038 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2110 _tr_tally_lit (s, s->window[s->strstart], bflush); 2150 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/external/zlib/src/ |
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
|
D | deflate.c | 1904 _tr_tally_lit (s, s->window[s->strstart], bflush); 2019 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2038 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2110 _tr_tally_lit (s, s->window[s->strstart], bflush); 2150 _tr_tally_lit (s, s->window[s->strstart], bflush);
|