Searched refs:Bit5 (Results 1 – 2 of 2) sorted by relevance
497 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local499 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()508 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local512 (Bit5 << 2); in adjustFixupValue()
740 Bit5 = 2, enumerator747 T5 = ((1<<(Bit5+1))-1) ^ 0xFF, /* 1111 1000 */