/third_party/node/deps/zlib/ |
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
|
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/libwebsockets/win32port/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 | 1612 _tr_tally_lit (s, s->window[s->strstart], bflush); 1721 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1740 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1805 _tr_tally_lit (s, s->window[s->strstart], bflush); 1839 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/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 | 1957 _tr_tally_lit(s, s->window[s->strstart], bflush); 2072 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); 2091 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); 2164 _tr_tally_lit(s, s->window[s->strstart], bflush); 2204 _tr_tally_lit(s, s->window[s->strstart], bflush);
|
/third_party/skia/third_party/externals/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);
|
/third_party/node/deps/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 | 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);
|