Searched defs:BitValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapbits.h77 #define BitValue(array,bit) /* Return True or False depending on bit */ \ macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c285 @param BitValue A pointer to the data value after to be Masked.
299 IN VOID *BitValue,
295 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1317 @param BitValue A pointer to the data value after to be Masked.
1331 IN VOID *BitValue,
1359 CopyMem ((UINT8 *) (Script + sizeof (EFI_BOOT_SCRIPT_MEM_POLL)), BitValue, WidthInByte);
1327 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2938 UINT8 BitValue; local
2950 // Pop out BitValue from a byte in TempBytePos.
2952 BitValue = (UINT8)(ByteValue & 0x1);
2954 if (BitValue == 0) {

Completed in 53 milliseconds