Searched defs:inflate_fast (Results 1 - 8 of 8) sorted by relevance
/external/chromium/third_party/zlib/ |
H A D | 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):
|
H A D | mozzconf.h | 111 #define inflate_fast MOZ_Z_inflate_fast macro
|
/external/qemu/distrib/zlib-1.2.3/ |
H A D | 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/zlib/contrib/masmx64/ |
H A D | inffas8664.c | 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start)
function
|
/external/zlib/ |
H A D | 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):
|
H A D | zconf.h | 99 # define inflate_fast z_inflate_fast macro 425 #pragma map(inflate_fast,"INFA")
|
/external/zlib/contrib/inflate86/ |
H A D | inffas86.c | 67 bytes, which is the maximum length that can be coded. inflate_fast() 71 void inflate_fast(strm, start) function
|
H A D | 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 1366 .type inflate_fast,@function 1367 .size inflate_fast,.-inflate_fast
|
Completed in 103 milliseconds