Symbol: exop
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3857
r.exop = (Byte)j; /* bits in this table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3867
r.exop = 128 + 64; /* out of values--invalid code */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3870
r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3875
r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4199
e = (uInt)(t->exop);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4247
e = (uInt)(t->exop);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4454
if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4476
e = (t = td + ((uInt)b & md))->exop;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4515
e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4528
if ((e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop) == 0)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5008
r.exop = (Byte)j;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5023
r.exop = 128 + 64;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5027
r.exop = (Byte)(*p < 256 ? 0 : 32 + 64);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5034
r.exop = (Byte)(e[*p - s] + 16 + 64);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5375
e = (uInt)(t->exop);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5423
e = (uInt)(t->exop);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5680
if ((e = (t = tl + ((uInt)b & ml))->exop) == 0) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5701
e = (t = td + ((uInt)b & md))->exop;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5765
inflate_mask[e]))->exop;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5781
inflate_mask[e]))->exop) == 0)