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

/illumos-gate/usr/src/uts/common/zmod/
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):
/illumos-gate/usr/src/boot/lib/libz/
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 Dzconf.h114 # define inflate_fast z_inflate_fast macro
515 #pragma map(inflate_fast,"INFA")
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/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
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5250 extern int inflate_fast OF((
5357 r = inflate_fast(c->lbits, c->dbits,
5649 inflate_fast(bl, bd, tl, td, s, z) function

Completed in 91 milliseconds