Symbol: uIntf
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2674
uIntf *, /* 19 code lengths */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2675
uIntf *, /* bits tree desired/actual depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2682
uIntf *, /* that many (total) code lengths */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2683
uIntf *, /* literal desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2684
uIntf *, /* distance desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2690
uIntf *, /* literal desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2691
uIntf *, /* distance desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3077
uIntf *blens; /* bit lengths of codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3377
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3624
uIntf *, /* code lengths in bits */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3627
uIntf *, /* list of base values for non-simple codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3628
uIntf *, /* list of extra bits for non-simple codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3630
uIntf *, /* maximum lookup bits (returns actual) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3702
uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3705
uIntf *d; /* list of base values for non-simple codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3706
uIntf *e; /* list of extra bits for non-simple codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3708
uIntf *m; /* maximum lookup bits, returns actual */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3726
register uIntf *p; /* pointer into c[], b[], or v[] */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3733
uIntf *xp; /* pointer into x */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3905
uIntf *c; /* 19 code lengths */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3906
uIntf *bb; /* bits tree desired/actual depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3912
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3928
uIntf *c; /* that many (total) code lengths */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3929
uIntf *bl; /* literal desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3930
uIntf *bd; /* distance desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4011
uIntf *bl; /* literal desired/actual bit depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4012
uIntf *bd; /* distance desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4073
uIntf *, /* 19 code lengths */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4074
uIntf *, /* bits tree desired/actual depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4082
uIntf *, /* that many (total) code lengths */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4083
uIntf *, /* literal desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4084
uIntf *, /* distance desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4091
uIntf *, /* literal desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4092
uIntf *, /* distance desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4172
uIntf *blens; /* bit lengths of codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4467
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4762
uIntf *, /* code lengths in bits */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4765
const uIntf *, /* list of base values for non-simple codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4766
const uIntf *, /* list of extra bits for non-simple codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4768
uIntf *, /* maximum lookup bits (returns actual) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4771
uIntf *v)); /* working area: values in order of bit length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4831
uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4834
const uIntf *d; /* list of base values for non-simple codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4835
const uIntf *e; /* list of extra bits for non-simple codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4837
uIntf *m; /* maximum lookup bits, returns actual */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4840
uIntf *v; /* working area: values in order of bit length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4860
register uIntf *p; /* pointer into c[], b[], or v[] */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4867
uIntf *xp; /* pointer into x */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5067
uIntf *c; /* 19 code lengths */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5068
uIntf *bb; /* bits tree desired/actual depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5075
uIntf v[19]; /* work area for huft_build */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5077
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5094
uIntf *c; /* that many (total) code lengths */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5095
uIntf *bl; /* literal desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5096
uIntf *bd; /* distance desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5104
uIntf v[288]; /* work area for huft_build */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5162
uIntf *bl; /* literal desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5163
uIntf *bd; /* distance desired/actual bit depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5177
uIntf *c; /* length list for huft_build */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5178
uIntf *v;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5181
if ((c = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5183
if ((v = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)