Searched refs:_tr_tally_lit (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | deflate.h | 323 # define _tr_tally_lit(s, c, flush) \ macro 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
D | fx_zlib_deflate.c | 1707 _tr_tally_lit (s, s->window[s->strstart], bflush); in deflate_fast() 1822 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow() 1841 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow() 1913 _tr_tally_lit (s, s->window[s->strstart], bflush); in deflate_rle() 1953 _tr_tally_lit (s, s->window[s->strstart], bflush); in deflate_huff()
|
/external/zlib/src/ |
D | deflate.h | 323 # 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 | 1708 _tr_tally_lit (s, s->window[s->strstart], bflush); 1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1914 _tr_tally_lit (s, s->window[s->strstart], bflush); 1954 _tr_tally_lit (s, s->window[s->strstart], bflush);
|