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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffast.h35 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dzconf.h359 # pragma map(inflate_fast,"INFA")
H A Dinffast.c87 bytes, which is the maximum length that can be coded. inflate_fast()
91 void inflate_fast(strm, start) function
329 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
H A Dinfback.c34 inflate_fast() can be used with either inflate.c or infback.c.
142 /* Load returned state from inflate_fast() */
153 /* Set state from registers for inflate_fast() */
489 /* use inflate_fast() if we have enough input and output */
494 inflate_fast(strm, state->wsize);
H A Dinflate.c58 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
59 * - Change post-increments to pre-increments in inflate_fast(), PPC biased?
61 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
63 * buffer and bit count in inflate()--for speed when inflate_fast() not used
68 * - Add comments in inffast.c to introduce the inflate_fast() routine
69 * - Rearrange window copies in inflate_fast() for speed and simplification
70 * - Unroll last copy for window match in inflate_fast()
71 * - Use local copies of window variables in inflate_fast() for speed
72 * - Pull out common write == 0 case for speed in inflate_fast()
73 * - Make op and len in inflate_fast() unsigne
[all...]

Completed in 25 milliseconds