Searched refs:Minute (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 582 int Minute; local 855 &Hour, &Minute, &Second); 1073 Minute = TimeStructure->tm_min; 1087 StraightBinarySeconds = Second + (Minute * SECONDS_PER_MINUTE) + (Hour * SECONDS_PER_HOUR); 1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone); 1101 Year / 10, DayOfYear, Hour, Minute, Year % 10); 1105 Year, DayOfYear, Hour, Minute, Second, code); 1127 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); 1160 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); 1208 …if ((Year == LeapYear) && (DayOfYear == LeapDayOfYear) && (Hour == LeapHour) && (Minute == LeapMi… [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | time.c | 137 for (efi_time->Minute = 0; time > 60; efi_time->Minute++) in to_efi_time() 161 ETime->Hour > 23 || ETime->Minute > 59 || in from_efi_time() 199 UTime += (ETime->Minute * 60); in from_efi_time()
|
/freebsd/stand/efi/include/ |
H A D | efidef.h | 90 UINT8 Minute; // 0 - 59 member
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiBaseType.h | 72 UINT8 Minute; member
|
H A D | UefiInternalFormRepresentation.h | 661 UINT8 Minute; member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acbuffer.h | 195 UINT8 Minute; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 382 unsigned char *Hour, unsigned char *Minute, unsigned char *Second, 3138 unsigned char *Minute, in rpt_0x8FAD() argument 3152 *Minute = rpt->buf[12]; in rpt_0x8FAD() 5011 Minute, in rpt_8FAD() local 5042 &Minute, in rpt_8FAD() 5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9)); in rpt_8FAD()
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 422 u_int32_t Minute:6; /* 0-59 */ member
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 379 u_int32_t Minute:6; /* 0-59 */ member
|
/freebsd/contrib/tzdata/ |
H A D | australasia | 999 # Minute: how Australians learned to tell the time_ (1993), Perth native
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 2830 # HHHHHMMMMMMSSSSS bit encoded Hour (0-23) Minute (0-59) SecondPart (*2)
|