Searched defs:From (Results 1 - 2 of 2) 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.
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 DSimpleFileParsing.c1290 CHAR8 *From; local
1377 From = TempString + Len - 1;
1380 while (From >= TempString) {
1381 *To = *From;
1383 From--;

Completed in 33 milliseconds