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

/external/freetype/src/gzip/
H A Dinftrees.c26 #define exop word.what.Exop macro
248 r.exop = (Byte)j; /* bits in this table */
260 r.exop = 128 + 64; /* out of values--invalid code */
263 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
268 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
H A Dinfcodes.c13 #define exop word.what.Exop macro
125 e = (uInt)(t->exop);
172 e = (uInt)(t->exop);
H A Dinfblock.c14 #define exop word.what.Exop macro

Completed in 105 milliseconds