Searched refs:To (Results 1 - 17 of 17) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/ |
H A D | PcRtc.c | 18 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 D | SetJump.asm | 37 call InternalAssertJumpBuffer ; To validate JumpBuffer
|
H A D | SetJump.S | 33 call ASM_PFX(InternalAssertJumpBuffer) # To validate JumpBuffer
|
/vbox/src/libs/zlib-1.2.6/watcom/ |
H A D | watcom_l.mak | 5 # To use, do "wmake -f watcom_l.mak"
|
H A D | watcom_f.mak | 5 # To use, do "wmake -f watcom_f.mak"
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | SimpleFileParsing.c | 1005 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 D | README_zlib.txt | 12 To use:
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/ |
H A D | dt_grammar.c | 562 # 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 D | apm_pm.asm | 169 ;; 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 D | AsmFuncs.S | 136 ## To do this, we check the exception number pushed by the stub, and cache the
|
H A D | AsmFuncs.asm | 233 ;; To do this, we check the exception number pushed by the stub, and cache the
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd-x11.sh | 252 To start it at log-in for a given user, add the command $alt_command
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0JmpA-x86.asm | 131 ; To simplify the average stuff, just historize before we hit div errors.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
H A D | AsmFuncs.asm | 261 ;; 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 D | build.py | 217 # @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 D | VBoxMPWddm.cpp | 6017 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 D | TRPMRCHandlersA.asm | 1161 ; @remark To be able to catch errors with WP turned off, it is required that the
|
Completed in 745 milliseconds