HomeSort by relevance Sort by last modified time
    Searched refs:inflate_fast (Results 1 - 20 of 20) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
inffast.h 11 void inflate_fast OF((z_streamp strm, unsigned start));
zconf.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):
infback.c 10 inflate_fast() can be used with either inflate.c or infback.c.
118 /* Load returned state from inflate_fast() */
129 /* Set state from registers for inflate_fast() */
465 /* use inflate_fast() if we have enough input and output */
470 inflate_fast(strm, state->wsize);
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 write == 0 case for speed in inflate_fast()
49 * - Make op and len in inflate_fast() unsigned for consistenc
    [all...]
  /external/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):
infback.c 10 inflate_fast() can be used with either inflate.c or infback.c.
118 /* Load returned state from inflate_fast() */
129 /* Set state from registers for inflate_fast() */
465 /* use inflate_fast() if we have enough input and output */
470 inflate_fast(strm, state->wsize);
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 write == 0 case for speed in inflate_fast()
49 * - Make op and len in inflate_fast() unsigned for consistenc
    [all...]
  /external/zlib/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...]
inffas86.c 67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
    [all...]
  /external/zlib/contrib/masmx64/
inffas8664.c 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zconf.h 328 # pragma map(inflate_fast,"INFA")

Completed in 1603 milliseconds