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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.h11 void inflate_fast (z_streamp strm, unsigned start);
H A Dinffast.c63 bytes, which is the maximum length that can be coded. inflate_fast()
69 void inflate_fast(z_streamp strm, unsigned start) function
299 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
H A Dinflate.c561 inflate_fast(strm, out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffast.h11 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dzconf.h328 # pragma map(inflate_fast,"INFA")
H A Dzconf.in.h328 # pragma map(inflate_fast,"INFA")
H A Dinffast.c63 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 Dinfback.c10 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);
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 write == 0 case for speed in inflate_fast()
49 * - Make op and len in inflate_fast() unsigne
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinffast.h11 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dzconf.h328 # pragma map(inflate_fast,"INFA")
H A Dzconf.in.h328 # pragma map(inflate_fast,"INFA")
H A Dinffast.c63 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 Dinfback.c10 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);
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 write == 0 case for speed in inflate_fast()
49 * - Make op and len in inflate_fast() unsigne
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S11 * 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
H A Dinffas86.c67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S11 * 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
H A Dinffas86.c67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3143 local int inflate_fast OF((
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4409 local int inflate_fast(bl, bd, tl, td, s, z) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4597 extern int inflate_fast OF((
4702 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4971 int inflate_fast(bl, bd, tl, td, s, z) function

Completed in 242 milliseconds