Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dinffast.h13 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dinffast.c69 void inflate_fast(strm, start) in inflate_fast() function
H A Dinflate.c974 inflate_fast(strm, out);
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h359 #pragma map(inflate_fast, "INFA")
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) in inflate_fast() function
/titanic_50/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) in inflate_fast() function