Searched refs:_tr_tally_dist (Results 1 – 11 of 11) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 326 # define _tr_tally_dist(s, distance, length, flush) \ macro 338 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
D | deflate.c | 1575 _tr_tally_dist(s, s->strstart - s->match_start, 1694 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 1797 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/zlib/ |
D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
D | deflate.c | 1915 _tr_tally_dist(s, s->strstart - s->match_start, 2040 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 2150 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/node/deps/zlib/ |
D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
D | deflate.c | 1915 _tr_tally_dist(s, s->strstart - s->match_start, 2040 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 2150 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
D | deflate.c | 1964 _tr_tally_dist(s, s->strstart - s->match_start, 2089 _tr_tally_dist(s, s->strstart -1 - s->prev_match, 2199 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 329 # define _tr_tally_dist(s, distance, length, flush) \ macro 342 # define _tr_tally_dist(s, distance, length, flush) \ macro
|
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);
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0006-fix-check_match.patch | 38 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
|