Home
last modified time | relevance | path

Searched refs:_tr_tally (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/zlib/
H A Ddeflate.h309 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 Dchromeconf.h41 #define _tr_tally Cr_z__tr_tally macro
H A Dzconf.h40 # define _tr_tally z__tr_tally macro
H A Dtrees.c1094 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 Ddeflate.h295 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 Dchromeconf.h41 #define _tr_tally Cr_z__tr_tally macro
H A Dzconf.h40 # define _tr_tally z__tr_tally macro
H A Dtrees.c1015 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 Ddeflate.h289 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 Dzconf.h26 # define _tr_tally z__tr_tally macro
H A Dtrees.c1026 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 Ddeflate.h295 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 Dchromeconf.h41 #define _tr_tally Cr_z__tr_tally macro
H A Dzconf.h40 # define _tr_tally z__tr_tally macro
H A Dtrees.c1014 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 Ddeflate.h306 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 Dzconf.h28 # define _tr_tally z__tr_tally macro
H A Dtrees.c1119 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");

Completed in 20 milliseconds