/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inffast.h | 11 void inflate_fast OF((z_streamp strm, unsigned start));
|
zconf.h | 328 # pragma map(inflate_fast,"INFA")
|
zconf.in.h | 328 # pragma map(inflate_fast,"INFA")
|
inffast.c | 63 bytes, which is the maximum length that can be coded. inflate_fast()
67 void inflate_fast(strm, start)
function 305 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
/external/u-boot/lib/zlib/ |
inffast.h | 11 void inflate_fast OF((z_streamp strm, unsigned start));
|
inffast.c | 65 bytes, which is the maximum length that can be coded. inflate_fast() 69 void inflate_fast(z_streamp strm, unsigned start) function 343 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
zconf.h | 114 # define inflate_fast z_inflate_fast
macro 507 #pragma map(inflate_fast,"INFA")
|
inffast.c | 63 bytes, which is the maximum length that can be coded. inflate_fast()
67 void ZLIB_INTERNAL inflate_fast(strm, start)
function 327 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
zconf.h | 126 # define inflate_fast z_inflate_fast macro 530 #pragma map(inflate_fast,"INFA")
|
inffast.c | 46 bytes, which is the maximum length that can be coded. inflate_fast() 50 void ZLIB_INTERNAL inflate_fast(strm, start) function 310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
/external/python/cpython2/Modules/zlib/ |
inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
zconf.h | 126 # define inflate_fast z_inflate_fast macro 530 #pragma map(inflate_fast,"INFA")
|
inffast.c | 46 bytes, which is the maximum length that can be coded. inflate_fast() 50 void ZLIB_INTERNAL inflate_fast(strm, start) function 310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
zconf.h.cmakein | 128 # define inflate_fast z_inflate_fast 532 #pragma map(inflate_fast,"INFA")
|
zconf.h.in | 126 # define inflate_fast z_inflate_fast 530 #pragma map(inflate_fast,"INFA")
|
/external/zlib/src/ |
inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
zconf.h | 126 # define inflate_fast z_inflate_fast macro 530 #pragma map(inflate_fast,"INFA")
|
inffast.c | 46 bytes, which is the maximum length that can be coded. inflate_fast() 50 void ZLIB_INTERNAL inflate_fast(strm, start) function 310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
/external/zlib/src/contrib/inflate86/ |
inffast.S | 11 * This version (Jan-23-2003) of inflate_fast was coded and tested under 76 #define inflate_fast _inflate_fast define 84 .globl inflate_fast 164 * inflate_fast's activation record 221 .def inflate_fast; .scl 2; .type 32; .endef 227 inflate_fast: label [all...] |
/external/freetype/src/gzip/ |
ftzconf.h | 273 # pragma map(inflate_fast,"INFA")
|
infcodes.c | 108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
|
/external/zlib/src/contrib/masmx64/ |
inffas8664.c | 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start)
function
|
/development/ndk/zlib/ |
zconf.h | 111 # define inflate_fast z_inflate_fast macro 502 #pragma map(inflate_fast,"INFA")
|