HomeSort by: relevance | last modified time | path
    Searched refs:inflate_fast (Results 1 - 9 of 9) sorted by relevancy

  /src/common/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
zconf.h 133 # define inflate_fast z_inflate_fast macro
580 #pragma map(inflate_fast,"INFA")
inffast.c 48 bytes, which is the maximum length that can be coded. inflate_fast()
52 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { function in typeref:typename:void ZLIB_INTERNAL
309 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h.in 129 # define inflate_fast z_inflate_fast macro
539 #pragma map(inflate_fast,"INFA")
zconf.h.cmakein 131 # define inflate_fast z_inflate_fast
541 #pragma map(inflate_fast,"INFA")
infback.c 12 inflate_fast() can be used with either inflate.c or infback.c.
121 /* Load returned state from inflate_fast() */
132 /* Set state from registers for inflate_fast() */
472 /* use inflate_fast() if we have enough input and output */
477 inflate_fast(strm, state->wsize);
inflate.c 36 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
37 * - Change post-increments to pre-increments in inflate_fast(), PPC biased?
39 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
41 * buffer and bit count in inflate()--for speed when inflate_fast() not used
46 * - Add comments in inffast.c to introduce the inflate_fast() routine
47 * - Rearrange window copies in inflate_fast() for speed and simplification
48 * - Unroll last copy for window match in inflate_fast()
49 * - Use local copies of window variables in inflate_fast() for speed
50 * - Pull out common wnext == 0 case for speed in inflate_fast()
51 * - Make op and len in inflate_fast() unsigned for consistenc
    [all...]
  /src/sys/net/
zlib.h 314 # pragma map(inflate_fast,"INFA")
zlib.c 5060 extern int inflate_fast(
5159 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
5431 int inflate_fast(uInt bl, uInt bd, function in typeref:typename:int

Completed in 37 milliseconds