Searched defs:Low (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.h34 UINT64 Low; member in struct:__anon11150
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c211 UINTN Low; local
216 Low = 0;
218 while (Low <= High) {
219 Index = (Low + High) >> 1;
230 Low = Index + 1;
241 if (Low <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c211 UINTN Low; local
216 Low = 0;
218 while (Low <= High) {
219 Index = (Low + High) >> 1;
230 Low = Index + 1;
241 if (Low <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DIoApic.h78 UINT32 Low; member in struct:__anon12645::__anon12647
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c79 static void PR_CALLBACK Low(void *arg) function
88 } /* Low */
156 PR_USER_THREAD, Low, lowCount, PR_PRIORITY_LOW,
/vbox/src/VBox/Runtime/include/internal/
H A Dmemobj.h164 } Low; member in union:RTR0MEMOBJINTERNAL::__anon16649
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c2027 UINT8 Low; local
2039 Low = (UINT8) (BankConnections & 0x0F);
2041 if (Low != 0xF) {
2042 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS), gShellDebug1HiiHandle, High, Low, High, Low);
2047 if (Low != 0xF) {
2048 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS_2), gShellDebug1HiiHandle, Low, Low);
H A DQueryTable.c70 L" Low Profile Desktop"
2935 Now define Key = 0x7F07, that is to say: High = 0x7F, Low = 0x07.
2936 Then all the Key Value between Low and High gets the same string
2959 // High byte and Low byte of word
2962 UINT8 Low; local
2966 Low = (UINT8) (Table[Index].Key & 0x00FF);
2970 if (High > Low && Key >= Low && Key <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c920 UINT32 Low; local
1047 Low = XhcReadRuntimeReg (Xhc, XHC_ERDP_OFFSET);
1049 XhcDequeue = (UINT64)(LShiftU64((UINT64)High, 32) | Low);
1793 //if the Full/Low device attached to a High Speed Hub, Init the TTPortNum and TTHubSlotId field of slot context
1800 // Full/Low device attached to High speed hub port that isolates the high speed signaling
1801 // environment from Full/Low speed signaling environment for a device
1986 //if the Full/Low device attached to a High Speed Hub, Init the TTPortNum and TTHubSlotId field of slot context
1993 // Full/Low device attached to High speed hub port that isolates the high speed signaling
1994 // environment from Full/Low speed signaling environment for a device
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c843 UINT64 Low; local
846 CopyMem (&Low, &Ip6->Addr[8], sizeof (UINT64));
849 Low = SwapBytes64 (Low);
851 CopyMem (Ip6, &Low, sizeof (UINT64));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathFromText.c348 UINTN Low; local
353 Low = (UINTN) -1 % 10;
367 if ((Rvalue > High || Rvalue == High) && (Char - '0' > (INTN) Low)) {
399 UINT64 Low; local
418 Low = LShiftU64 (Rvalue, 1);
419 Rvalue = High + Low + Char - '0';
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h1009 ULONGLONG Low; variable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h898 ULONGLONG Low; variable

Completed in 138 milliseconds