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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.h13 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dinffast.c65 bytes, which is the maximum length that can be coded. inflate_fast()
69 void inflate_fast(strm, start) function
307 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
H A Dinflate.c41 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
42 * - Change post-increments to pre-increments in inflate_fast(), PPC biased?
44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * buffer and bit count in inflate()--for speed when inflate_fast() not used
51 * - Add comments in inffast.c to introduce the inflate_fast() routine
52 * - Rearrange window copies in inflate_fast() for speed and simplification
53 * - Unroll last copy for window match in inflate_fast()
54 * - Use local copies of window variables in inflate_fast() for speed
55 * - Pull out common write == 0 case for speed in inflate_fast()
56 * - Make op and len in inflate_fast() unsigne
[all...]
/freebsd-10.0-release/lib/libz/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A DSymbol.map102 inflate_fast;
H A Dzconf.h114 # define inflate_fast z_inflate_fast macro
515 #pragma map(inflate_fast,"INFA")
H A Dinffast.c63 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 Dinfback.c10 inflate_fast() can be used with either inflate.c or infback.c.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
482 /* use inflate_fast() if we have enough input and output */
487 inflate_fast(strm, state->wsize);
H A Dinflate.c34 * - 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() unsigne
[all...]
/freebsd-10.0-release/sys/net/
H A Dzlib.c33 #define inflate_fast _zlib104_inflate_fast macro
4610 extern int inflate_fast OF((
4715 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4984 int inflate_fast(bl, bd, tl, td, s, z) function

Completed in 82 milliseconds