Home | History | Annotate | Download | only in lib

Lines Matching refs:x1F

49    (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
59 & (1 << (((byte)[1]) & 0x1F)))
72 & (1 << (((byte)[2]) & 0x1F)))
350 *to++ = (unsigned short)(((from[0] & 0x1f) << 6) | (from[1] & 0x3f));