Searched refs:exop (Results 1 – 3 of 3) sorted by relevance
26 #define exop word.what.Exop macro248 r.exop = (Byte)j; /* bits in this table */ in huft_build()260 r.exop = 128 + 64; /* out of values--invalid code */ in huft_build()263 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */ in huft_build()268 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */ in huft_build()
13 #define exop word.what.Exop macro125 e = (uInt)(t->exop); in inflate_codes()172 e = (uInt)(t->exop); in inflate_codes()
14 #define exop word.what.Exop macro
Completed in 5 milliseconds