/third_party/node/deps/zlib/ |
H A D | deflate.h | 309 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 325 /* Inline versions of _tr_tally for speed: */ 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 377 flush = _tr_tally(s, distance, length)
|
H A D | chromeconf.h | 41 #define _tr_tally Cr_z__tr_tally macro
|
H A D | zconf.h | 40 # define _tr_tally z__tr_tally macro
|
H A D | trees.c | 1094 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) { function 1112 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 311 /* Inline versions of _tr_tally for speed: */ 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 343 flush = _tr_tally(s, distance, length)
|
H A D | chromeconf.h | 41 #define _tr_tally Cr_z__tr_tally macro
|
H A D | zconf.h | 40 # define _tr_tally z__tr_tally macro
|
H A D | trees.c | 1015 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() function 1032 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 289 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
304 /* Inline versions of _tr_tally for speed: */
334 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
336 flush = _tr_tally(s, distance, length)
|
H A D | zconf.h | 26 # define _tr_tally z__tr_tally
macro
|
H A D | trees.c | 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc)
in _tr_tally() function 1043 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 311 /* Inline versions of _tr_tally for speed: */ 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 343 flush = _tr_tally(s, distance, length)
|
H A D | chromeconf.h | 41 #define _tr_tally Cr_z__tr_tally macro
|
H A D | zconf.h | 40 # define _tr_tally z__tr_tally macro
|
H A D | trees.c | 1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() function 1031 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
|
/third_party/zlib/ |
H A D | deflate.h | 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 322 /* Inline versions of _tr_tally for speed: */ 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 374 flush = _tr_tally(s, distance, length)
|
H A D | zconf.h | 28 # define _tr_tally z__tr_tally macro
|
H A D | trees.c | 1119 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) { function 1137 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
|