Searched refs:exop (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/libkern/
H A Dzlib.c4127 #define exop word.what.Exop macro
4361 r.exop = (Byte)j; /* bits in this table */
4371 r.exop = 128 + 64; /* out of values--invalid code */
4374 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
4379 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
4622 #define exop word.what.Exop macro
4732 e = (uInt)(t->exop);
4779 e = (uInt)(t->exop);
4972 #define exop word.what.Exop macro
5016 if ((e = (t = tl + ((uInt)b & ml))->exop)
[all...]

Completed in 121 milliseconds