Home
last modified time | relevance | path

Searched refs:_tr_tally_lit (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ macro
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
Dfx_zlib_deflate.c1707 _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/
Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ macro
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
Ddeflate.c1708 _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);