Searched defs:IsPM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c742 BOOLEAN IsPM; local
745 IsPM = TRUE;
747 IsPM = FALSE;
774 if (IsPM && Time->Hour < 12) {
778 if (!IsPM && Time->Hour == 12) {
953 BOOLEAN IsPM; local
955 IsPM = TRUE;
961 IsPM = FALSE;
988 if (RegisterB.Bits.Mil == 0 && IsPM) {
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRealTimeClock.c153 BOOLEAN IsPM; local
173 IsPM = TRUE;
175 IsPM = FALSE;
195 if (IsPM && Hour < 12) {
198 if (!IsPM && Hour == 12) {

Completed in 33 milliseconds