/third_party/node/deps/zlib/ |
H A D | deflate.h | 343 # define _tr_tally_dist(s, distance, length, flush) \ macro 362 # define _tr_tally_dist(s, distance, length, flush) \ macro 376 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
H A D | deflate.c | 1908 _tr_tally_dist(s, s->strstart - s->match_start, in deflate_fast() 2039 _tr_tally_dist(s, s->strstart - 1 - s->prev_match, in deflate_slow() 2147 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush); in deflate_rle()
|
/third_party/zlib/ |
H A D | deflate.h | 340 # define _tr_tally_dist(s, distance, length, flush) \ macro 359 # define _tr_tally_dist(s, distance, length, flush) \ macro 373 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
H A D | deflate.c | 1864 _tr_tally_dist(s, s->strstart - s->match_start, in deflate_fast() 1987 _tr_tally_dist(s, s->strstart - 1 - s->prev_match, in deflate_slow() 2096 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush); in deflate_rle()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
H A D | deflate.c | 1959 _tr_tally_dist(s, s->strstart - s->match_start, 2090 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 2200 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 322 # define _tr_tally_dist(s, distance, length, flush) \
macro 335 # define _tr_tally_dist(s, distance, length, flush) \
macro
|
H A D | deflate.c | 1609 _tr_tally_dist(s, s->strstart - s->match_start,
1734 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
1843 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
H A D | deflate.c | 1943 _tr_tally_dist(s, s->strstart - s->match_start, 2074 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 2184 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|