Searched refs:inflate_fast (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinffast.h38 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dinffast.c99 bytes, which is the maximum length that can be coded. inflate_fast()
103 void inflate_fast(strm, start) function
341 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
H A Dinfback.c37 inflate_fast() can be used with either inflate.c or infback.c.
147 /* Load returned state from inflate_fast() */
158 /* Set state from registers for inflate_fast() */
494 /* use inflate_fast() if we have enough input and output */
499 inflate_fast(strm, state->wsize);
H A Dinflate.c61 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
62 * - Change post-increments to pre-increments in inflate_fast(), PPC biased?
64 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
66 * buffer and bit count in inflate()--for speed when inflate_fast() not used
71 * - Add comments in inffast.c to introduce the inflate_fast() routine
72 * - Rearrange window copies in inflate_fast() for speed and simplification
73 * - Unroll last copy for window match in inflate_fast()
74 * - Use local copies of window variables in inflate_fast() for speed
75 * - Pull out common write == 0 case for speed in inflate_fast()
76 * - Make op and len in inflate_fast() unsigne
[all...]
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h355 # pragma map(inflate_fast,"INFA")

Completed in 73 milliseconds