Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinftrees.c26 #define exop word.what.Exop macro
248 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()
Dinfcodes.c13 #define exop word.what.Exop macro
125 e = (uInt)(t->exop); in inflate_codes()
172 e = (uInt)(t->exop); in inflate_codes()
Dinfblock.c14 #define exop word.what.Exop macro