Lines Matching refs:x7F
1951 (handle |= ((0x1 << 23) | ((data & 0x7F) << 16)))1957 (handle |= ((0x1 << 15) | ((data & 0x7F) << 8)))1963 ((handle & 0x80) ? (handle & 0x7F) : 0xFF)1965 (handle |= (0x1 << 7) | (data & 0x7F))