Searched refs:Bit4 (Results 1 – 2 of 2) sorted by relevance
25 Bit4 = 3, enumerator32 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */38 Rune4 = (1<<(Bit4+3*Bitx))-1,
293 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local300 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()