HomeSort by: relevance | last modified time | path
    Searched defs:exop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.c 3789 Byte Exop; /* number of extra bits or operation */
3971 #define exop word.what.Exop macro
4447 #define exop word.what.Exop macro
4666 r.exop = (Byte)j; /* bits in this table */
4678 r.exop = 128 + 64; /* out of values--invalid code */
4681 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
4686 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
5070 #define exop word.what.Exo macro
5419 #define exop macro
    [all...]
zlib.c 3789 Byte Exop; /* number of extra bits or operation */
3971 #define exop word.what.Exop macro
4447 #define exop word.what.Exop macro
4666 r.exop = (Byte)j; /* bits in this table */
4678 r.exop = 128 + 64; /* out of values--invalid code */
4681 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
4686 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
5070 #define exop word.what.Exo macro
5419 #define exop macro
    [all...]

Completed in 28 milliseconds