Searched refs:BitMask (Results 1 - 11 of 11) 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/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c44 IN EFI_PIXEL_BITMASK *BitMask
52 Masks = (UINT32*) BitMask;
73 CopyMem (&mPixelBitMasks, BitMask, sizeof (*BitMask));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DS3BootScriptLib.h322 @param[in] BitMask A pointer to the bit mask to be AND-ed with the data read
338 IN VOID *BitMask,
/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/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g1647 UINT32 BitMask;
1687 mCVfrQuestionDB.GetQuestionId (QN3->getText (), NULL, QId, BitMask);
3459 UINT32 BitMask;
3469 mCVfrQuestionDB.GetQuestionId (QN->getText(), NULL, QId, BitMask);
4598 IN UINT32 BitMask
4605 if (BitMask != 0) {
4607 U32Obj.SetValue (BitMask);
4612 switch (BitMask) {
4632 IN UINT32 BitMask,
4637 ConvertIdExpr (ExpOpCount, LineNo, QId, VarIdStr, BitMask);
[all...]
H A DVfrUtilityLib.h338 SVfrQuestionNode (IN CHAR8 *, IN CHAR8 *, IN UINT32 BitMask = 0);
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
/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

Completed in 85 milliseconds