Home
last modified time | relevance | path

Searched refs:_tr_tally (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
Dtrees.c1022 int _tr_tally (s, dist, lc) in _tr_tally() function
DChangeLog459 compression ratio on some files. This also allows inlining _tr_tally for
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
343 flush = _tr_tally(s, distance, length)
Dzconf.h28 # define _tr_tally z__tr_tally macro
Dtrees.c1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() function
DChangeLog1076 compression ratio on some files. This also allows inlining _tr_tally for