Searched defs:SECSPERMIN (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c25 #define SECSPERMIN (60) macro
132 GmTime->tm_sec = (int) (DayRemainder % SECSPERMIN);
133 GmTime->tm_min = (int) ((DayRemainder % SECSPERHOUR) / SECSPERMIN);
H A DRealTimeClock.c77 #define SECSPERMIN (60) macro
252 GmTime->tm_sec = (int) (DayRemainder % SECSPERMIN);
253 GmTime->tm_min = (int) ((DayRemainder % SECSPERHOUR) / SECSPERMIN);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dtzfile.h124 #define SECSPERMIN 60 macro
130 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_lib.c70 #define SECSPERMIN 60 macro
76 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
107 EfiTime->Minute = (UINT8) (rem / SECSPERMIN);
108 EfiTime->Second = (UINT8) (rem % SECSPERMIN);

Completed in 33 milliseconds