/third_party/node/deps/zlib/ |
H A D | deflate.h | 336 # define _tr_tally_lit(s, c, flush) \ macro 354 # define _tr_tally_lit(s, c, flush) \ macro 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
H A D | deflate.c | 1948 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_fast() 2066 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2085 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2155 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_rle() 2192 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_huff()
|
/third_party/zlib/ |
H A D | deflate.h | 333 # define _tr_tally_lit(s, c, flush) \ macro 351 # define _tr_tally_lit(s, c, flush) \ macro 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
H A D | deflate.c | 1901 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_fast() 2014 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2033 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); in deflate_slow() 2104 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_rle() 2142 _tr_tally_lit(s, s->window[s->strstart], bflush); in deflate_huff()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A 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
|
H A D | deflate.c | 1996 _tr_tally_lit (s, s->window[s->strstart], bflush); 2117 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2136 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2208 _tr_tally_lit (s, s->window[s->strstart], bflush); 2248 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 314 # define _tr_tally_lit(s, c, flush) \
macro 334 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
macro
|
H A D | deflate.c | 1646 _tr_tally_lit (s, s->window[s->strstart], bflush);
1761 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1780 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1851 _tr_tally_lit (s, s->window[s->strstart], bflush);
1891 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/third_party/skia/third_party/externals/zlib/ |
H A 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
|
H A 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);
|