Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/zlib_inflate/
Dinffast.c16 #define exop word.what.Exop macro
60 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
78 e = (t = td + ((uInt)b & md))->exop;
118 e = (t += ((uInt)b & zlib_inflate_mask[e]))->exop;
133 if ((e = (t += ((uInt)b & zlib_inflate_mask[e]))->exop) == 0)
Dinftrees.c21 #define exop word.what.Exop macro
240 r.exop = (Byte)j; /* bits in this table */
252 r.exop = 128 + 64; /* out of values--invalid code */
255 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
260 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
Dinfcodes.c14 #define exop word.what.Exop macro
82 e = (uInt)(t->exop);
124 e = (uInt)(t->exop);
Dinfblock.c15 #define exop word.what.Exop macro
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c1164 #define exop word.what.Exop macro
1403 r.exop = (Byte)j; /* bits in this table */
1413 r.exop = 128 + 64; /* out of values--invalid code */
1416 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
1421 r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
1635 #define exop word.what.Exop macro
1744 e = (uInt)(t->exop);
1791 e = (uInt)(t->exop);
1949 #define exop word.what.Exop macro
1992 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
[all …]
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1148 #define exop word.what.Exop macro
1387 r.exop = (Byte)j; /* bits in this table */
1397 r.exop = 128 + 64; /* out of values--invalid code */
1400 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
1405 r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
1619 #define exop word.what.Exop macro
1728 e = (uInt)(t->exop);
1775 e = (uInt)(t->exop);
1933 #define exop word.what.Exop macro
1976 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
[all …]