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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
313 /* 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 Dzconf.h28 # define _tr_tally z__tr_tally macro
H A Dtrees.c1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1026 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 /* Inline versions of _tr_tally for speed: */
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dzconf.h28 # define _tr_tally z__tr_tally macro

Completed in 16 milliseconds