Home | History | Annotate | Download | only in lib

Lines Matching refs:xF

67   (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
68 + ((((byte)[1]) >> 2) & 0xF)] \
354 *to++ = (unsigned short)(((from[0] & 0xf) << 12)
577 *(*toP)++ = (((hi & 0xf) << 2) | (lo >> 6) | 0x80); \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \