Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dzconf.h149 # define inflate_fast z_inflate_fast macro
563 #pragma map(inflate_fast,"INFA")
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) in inflate_fast() function
H A Dinfback.c478 inflate_fast(strm, state->wsize); in inflateBack()
H A Dinflate.c1045 inflate_fast(strm, out); in inflate()
H A DChangeLog475 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
747 - Initialize state->write in inflateReset() since copied in inflate_fast()
953 of inflate_fast [Truta]
1446 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h357 #pragma map(inflate_fast, "INFA")
H A Dzlib.c5248 extern int inflate_fast OF((
5355 r = inflate_fast(c->lbits, c->dbits,
5647 inflate_fast(bl, bd, tl, td, s, z) in inflate_fast() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c457 # pragma map(inflate_fast,"INFA")
2064 void inflate_fast(strm, start) in inflate_fast() function
3172 inflate_fast(strm, out);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3150 local int inflate_fast OF((
4181 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4423 local int inflate_fast(bl, bd, tl, td, s, z) in inflate_fast() function