/external/chromium_org/third_party/zlib/ |
deflate.h | 299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 314 /* Inline versions of _tr_tally for speed: */ 342 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) 344 flush = _tr_tally(s, distance, length)
|
mozzconf.h | 108 #define _tr_tally MOZ_Z__tr_tally macro
|
zconf.h | 29 # define _tr_tally z__tr_tally macro
|
trees.c | 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 283 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)
|
trees.c | 1022 int _tr_tally (s, dist, lc) function [all...] |
/external/zlib/src/ |
deflate.h | 297 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)
|
zconf.h | 28 # define _tr_tally z__tr_tally macro
|
zconf.h.cmakein | 30 # define _tr_tally z__tr_tally
|
zconf.h.in | 28 # define _tr_tally z__tr_tally
|
trees.c | 1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zconf.h | 26 # define _tr_tally z__tr_tally macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zconf.h | 26 # define _tr_tally z__tr_tally macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zconf.h | 26 # define _tr_tally z__tr_tally macro
|