Searched refs:_tr_tally_lit (Results 1 – 8 of 8) 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 | 1599 _tr_tally_lit (s, s->window[s->strstart], bflush); 1708 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1727 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1792 _tr_tally_lit (s, s->window[s->strstart], bflush); 1826 _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/v8/third_party/zlib/ |
D | deflate.h | 321 # define _tr_tally_lit(s, c, flush) \ macro 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
D | deflate.c | 1980 _tr_tally_lit (s, s->window[s->strstart], bflush); 2101 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2120 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2192 _tr_tally_lit (s, s->window[s->strstart], bflush); 2232 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/external/zlib/ |
D | deflate.h | 321 # define _tr_tally_lit(s, c, flush) \ macro 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
D | deflate.c | 1955 _tr_tally_lit (s, s->window[s->strstart], bflush); 2070 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2089 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2161 _tr_tally_lit (s, s->window[s->strstart], bflush); 2201 _tr_tally_lit (s, s->window[s->strstart], bflush);
|