Searched refs:To (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c18 Compare the Hour, Minute and Second of the From time and the To time.
23 @param To the second time
25 @return >0 The H/M/S of the From time is later than those of To time
26 @return ==0 The H/M/S of the From time is same as those of To time
27 @return <0 The H/M/S of the From time is earlier than those of To time
32 IN EFI_TIME *To
36 To check if second date is later than first date within 24 hours.
39 @param To the second date
41 @retval TRUE From is previous to To within 24 hours.
42 @retval FALSE From is later, or it is previous to To mor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DSetJump.asm37 call InternalAssertJumpBuffer ; To validate JumpBuffer
H A DSetJump.S33 call ASM_PFX(InternalAssertJumpBuffer) # To validate JumpBuffer
/vbox/src/libs/zlib-1.2.6/watcom/
H A Dwatcom_l.mak5 # To use, do "wmake -f watcom_l.mak"
H A Dwatcom_f.mak5 # To use, do "wmake -f watcom_f.mak"
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c1005 CHAR8 *To;
1026 To = IncludeFileName;
1048 *To = (CHAR8 ) SourceFile->FileBufferPtr[0];
1049 To++;
1056 *To = 0;
1291 CHAR8 *To; local
1378 To = TempString + 11;
1381 *To = *From;
1382 To--;
1386 while (To >
[all...]
/vbox/src/libs/libpng-1.2.8/projects/visualc71/
H A DREADME_zlib.txt12 To use:
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c562 # define YYCOPY(To, From, Count) \
563 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
565 # define YYCOPY(To, From, Count) \
570 (To)[yyi] = (From)[yyi]; \
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm169 ;; WARNING: To simplify matters, we use 16-bit far return to go from 32-bit
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S136 ## To do this, we check the exception number pushed by the stub, and cache the
H A DAsmFuncs.asm233 ;; To do this, we check the exception number pushed by the stub, and cache the
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-x11.sh252 To start it at log-in for a given user, add the command $alt_command
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm131 ; To simplify the average stuff, just historize before we hit div errors.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm261 ;; To do this, we check the exception number pushed by the stub, and cache the
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py217 # @param To The stream message put on
220 def ReadMessage(From, To, ExitFlag):
226 To(Line.rstrip())
1661 help="ARCHS is one of list: IA32, X64, IPF, ARM or EBC, which overrides target.txt's TARGET_ARCH definition. To specify more archs, please repeat this option.")
1704 "To specify more than one flag, repeat this option on the command line and the default flag set is [PCD, LIBRARY, FLASH, DEPEX, BUILD_FLAGS, FIXED_ADDRESS]")
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp6017 DECLINLINE(BOOLEAN) vboxWddmPixFormatConversionSupported(D3DDDIFORMAT From, D3DDDIFORMAT To)
6020 Assert(To != D3DDDIFMT_UNKNOWN);
6021 Assert(From == To);
6022 return From == To;
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm1161 ; @remark To be able to catch errors with WP turned off, it is required that the

Completed in 1296 milliseconds