Searched defs:BitMask (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DSearching.c54 static UINT8 BitMask[] = { variable
59 #define WHICH_BIT(c) (BitMask[((c) & 0x7)])
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DSearching.c49 static UINT8 BitMask[] = { variable
54 #define WHICH_BIT(c) (BitMask[((c) & 0x7)])
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c284 @param BitMask A pointer to the bit mask to be AND-ed with the data read from the register.
298 IN VOID *BitMask,
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.c1316 @param BitMask A pointer to the bit mask to be AND-ed with the data read from the register.
1330 IN VOID *BitMask,
1360 CopyMem ((UINT8 *) (Script + sizeof (EFI_BOOT_SCRIPT_MEM_POLL) + WidthInByte), BitMask, 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/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp2382 IN UINT32 BitMask
2388 mBitMask = BitMask;
2957 OUT UINT32 &BitMask,
2964 BitMask = 0x00000000;
2987 BitMask = pNode->mBitMask;
2953 GetQuestionId( IN CHAR8 *Name, IN CHAR8 *VarIdStr, OUT EFI_QUESTION_ID &QuestionId, OUT UINT32 &BitMask, OUT EFI_QUESION_TYPE *QType ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindns.h320 BYTE BitMask[1]; member in struct:__anon13949
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindns.h320 BYTE BitMask[1]; member in struct:__anon1294

Completed in 51 milliseconds