Searched refs:From (Results 1 - 8 of 8) 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. 22 @param From the first 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 31 IN EFI_TIME *From, 38 @param From the first date 41 @retval TRUE From is previous to To within 24 hours. 42 @retval FALSE From is later, or it is previous to To more than 24 hours. 46 IN EFI_TIME *From, 1006 CompareHMS( IN EFI_TIME *From, IN EFI_TIME *To ) argument 1032 IsWithinOneDay( IN EFI_TIME *From, IN EFI_TIME *To ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | SimpleFileParsing.c | 1290 CHAR8 *From; local 1377 From = TempString + Len - 1; 1380 while (From >= TempString) { 1381 *To = *From; 1383 From--;
|
/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/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
H A D | MetaFileParser.py | 107 # @param From ID from which the data comes (for !INCLUDE directive) 144 # @param From ID from which the data comes (for !INCLUDE directive) 146 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): 157 self._From = From 683 # @param From ID from which the data comes (for !INCLUDE directive) 745 # @param From ID from which the data comes (for !INCLUDE directive) 747 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): 751 MetaFileParser.__init__(self, FilePath, FileType, Table, Owner, From) 1335 Owner=Owner, From=Owner)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 110 # @param From ID from which the data comes (for !INCLUDE directive) 147 # @param From ID from which the data comes (for !INCLUDE directive) 149 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): 161 self._From = From 720 # @param From ID from which the data comes (for !INCLUDE directive) 782 # @param From ID from which the data comes (for !INCLUDE directive) 784 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): 788 MetaFileParser.__init__(self, FilePath, FileType, Table, Owner, From) 1393 Owner=Owner, From=Owner)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 216 # @param From The stream message read from 220 def ReadMessage(From, To, ExitFlag): 223 Line = From.readline()
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | niclist.pl | 536 * From http://tablesorter.com/
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPWddm.cpp | 6017 DECLINLINE(BOOLEAN) vboxWddmPixFormatConversionSupported(D3DDDIFORMAT From, D3DDDIFORMAT To) 6019 Assert(From != D3DDDIFMT_UNKNOWN); 6021 Assert(From == To); 6022 return From == To;
|
Completed in 619 milliseconds