/prebuilts/ndk/9/platforms/android-15/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-16/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/ |
libz.so | |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/ |
libz.so | |
/external/zlib/src/contrib/ |
README.contrib | 30 assembler to replace longest_match() and inflate_fast() 36 Tuned x86 gcc asm code to replace inflate_fast() 50 replace longest_match() and inflate_fast(), also masm x86 51 64-bits translation of Chris Anderson inflate_fast() 54 x86 asm code to replace longest_match() and inflate_fast(),
|
/development/ndk/platforms/android-L/arch-arm/symbols/ |
libz.so.functions.txt | 122 inflate_fast
|
/external/zlib/src/ |
zlib.map | 12 inflate_fast;
|
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):
|
inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 35 * - Change post-increments to pre-increments in inflate_fast(), PPC biased? 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 39 * buffer and bit count in inflate()--for speed when inflate_fast() not used 44 * - Add comments in inffast.c to introduce the inflate_fast() routine 45 * - Rearrange window copies in inflate_fast() for speed and simplification 46 * - Unroll last copy for window match in inflate_fast() 47 * - Use local copies of window variables in inflate_fast() for speed 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 49 * - Make op and len in inflate_fast() unsigned for consistenc [all...] |
/external/zlib/src/contrib/masmx64/ |
readme.txt | 4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
|
inffas8664.c | 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start)
function
|
/external/zlib/src/contrib/masmx86/ |
readme.txt | 5 longest_match() and inflate_fast().
|
/external/chromium_org/third_party/zlib/ |
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):
|
inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 35 * - Change post-increments to pre-increments in inflate_fast(), PPC biased? 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 39 * buffer and bit count in inflate()--for speed when inflate_fast() not used 44 * - Add comments in inffast.c to introduce the inflate_fast() routine 45 * - Rearrange window copies in inflate_fast() for speed and simplification 46 * - Unroll last copy for window match in inflate_fast() 47 * - Use local copies of window variables in inflate_fast() for speed 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 49 * - Make op and len in inflate_fast() unsigned for consistenc [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_inffast.c | 63 bytes, which is the maximum length that can be coded. inflate_fast() 67 void ZLIB_INTERNAL inflate_fast( function 327 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
fx_zlib_inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 35 * - Change post-increments to pre-increments in inflate_fast(), PPC biased? 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 39 * buffer and bit count in inflate()--for speed when inflate_fast() not used 44 * - Add comments in inffast.c to introduce the inflate_fast() routine 45 * - Rearrange window copies in inflate_fast() for speed and simplification 46 * - Unroll last copy for window match in inflate_fast() 47 * - Use local copies of window variables in inflate_fast() for speed 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 49 * - Make op and len in inflate_fast() unsigned for consistenc [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
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):
|
inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 35 * - Change post-increments to pre-increments in inflate_fast(), PPC biased? 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 39 * buffer and bit count in inflate()--for speed when inflate_fast() not used 44 * - Add comments in inffast.c to introduce the inflate_fast() routine 45 * - Rearrange window copies in inflate_fast() for speed and simplification 46 * - Unroll last copy for window match in inflate_fast() 47 * - Use local copies of window variables in inflate_fast() for speed 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 49 * - Make op and len in inflate_fast() unsigned for consistenc [all...] |
/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...] |