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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.h35 UINT64 High; member in struct:__anon11150
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c212 UINTN High; local
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
218 while (Low <= High) {
219 Index = (Low + High) >> 1;
232 High = Index - 1;
241 if (Low <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c212 UINTN High; local
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
218 while (Low <= High) {
219 Index = (Low + High) >> 1;
232 High = Index - 1;
241 if (Low <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DIoApic.h79 UINT32 High; member in struct:__anon12645::__anon12647
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c90 static void PR_CALLBACK High(void *arg) function
101 } /* High */
159 PR_USER_THREAD, High, highCount, PR_PRIORITY_HIGH,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c2026 UINT8 High; local
2038 High = (UINT8) (BankConnections & 0xF0);
2040 if (High != 0xF) {
2042 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS), gShellDebug1HiiHandle, High, Low, High, Low);
2044 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS_2), gShellDebug1HiiHandle, High, High);
H A DQueryTable.c2935 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
2961 UINT8 High; local
2965 High = (UINT8) (Table[Index].Key >> 8);
2970 if (High > Low && Key >= Low && Key <= High) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c1147 BOOLEAN High; local
1161 High = HBufferImage.HighBits;
1178 High = FALSE;
1195 if (!High && FCol == 0x10) {
1223 if (FCol == 0x10 && !High) {
1229 High = TRUE;
1234 if (!High) {
1238 if (High) {
1239 High = FALSE;
1241 High
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c919 UINT32 High; local
1048 High = XhcReadRuntimeReg (Xhc, XHC_ERDP_OFFSET + 4);
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
1813 // If the device is a High speed device then down the speed to be the same as its parent Hub
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
2006 // If the device is a High speed device then down the speed to be the same as its parent Hub
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c842 UINT64 High; local
845 CopyMem (&High, Ip6, sizeof (UINT64));
848 High = SwapBytes64 (High);
852 CopyMem (&Ip6->Addr[8], &High, sizeof (UINT64));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathFromText.c347 UINTN High; local
352 High = (UINTN) -1 / 10;
367 if ((Rvalue > High || Rvalue == High) && (Char - '0' > (INTN) Low)) {
398 UINT64 High; local
417 High = LShiftU64 (Rvalue, 3);
419 Rvalue = High + Low + Char - '0';
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h1010 LONGLONG High; variable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h899 LONGLONG High; variable

Completed in 122 milliseconds