Home | History | Annotate | Download | only in BootMaint

Lines Matching defs:Bit

701   UINTN             Bit;

920 Bit = 7 - (OldValue % 8);
921 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
963 Bit = 7 - (NewValue % 8);
964 DisMap[Pos] = (UINT8) (DisMap[Pos] & (~ (UINT8) (1 << Bit)));
972 Bit = 7 - (OldValue % 8);
973 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));