30 Address = (VOID *)((UINT8 *)Address + ((Bit >> 4) *
sizeof (UINT16)));
31 Mask = 1U << (Bit & 15);
33 for (Word = *(UINT16 *)Address; Word &Mask; Word = Read) {
UINT16 EFIAPI InterlockedCompareExchange16(IN OUT volatile UINT16 *Value, IN UINT16 CompareValue, IN UINT16 ExchangeValue)
INT32 EFIAPI TestAndClearBit(IN INT32 Bit, IN VOID *Address)