HomeSort by: relevance | last modified time | path
    Searched defs:Hour (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/ia64/stand/ia64/ski/
time.c 62 int Hour;
118 ETime->Hour > 23 ||
149 UTime += (ETime->Hour * SECSPERHOUR);
  /src/sbin/efi/
certs.c 139 uint8_t Hour; // 0 - 23
165 et->Hour,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 85 UINT8 Hour; // 0 - 23
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 1459 UINTN Hour, Year;
1463 Hour = Time->Hour;
1464 if (Time->Hour == 0) {
1465 Hour = 12;
1466 } else if (Time->Hour >= 12) {
1468 if (Time->Hour >= 13) {
1469 Hour -= 12;
1480 Hour,
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 43 #define HOUR (60L * MINUTE)
44 #define DAY (24L * HOUR)
67 int HaveTime; /* Hour/minute/second */
73 time_t Hour;
83 /* Relative time values: hour/day/week offsets are measured in
96 * hour:minute or hour:minute:second with optional AM, PM, or numeric
109 gds->Hour = gds->tokenp[0].value;
119 gds->Hour = gds->tokenp[0].value;
128 gds->Hour = gds->tokenp[0].value
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 86 UINT8 Hour;
  /src/external/bsd/ntp/dist/util/
tg2.c 34 * year, hh the hour of day and mm the minute of hour. For instance,
83 * - Corrected lack of lengthen or shorten of minute & hour
359 {COEF, 1}, /* 20 1 hour units */
364 {COEF, 1}, /* 25 10 hour tens */
518 int HourTone = 1500; /* WWV hour on-time frequency */
583 int Hour;
781 case 'o': /* Set IEEE 1344 time offset in hours - positive or negative, to the half hour */
857 &Hour, &Minute, &Second);
1076 Hour = TimeStructure->tm_hour
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 102 UINT8 Hour; /* 0 - 23 */
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 384 unsigned char *Hour, unsigned char *Minute, unsigned char *Second,
1473 unsigned hour, minute, second; local
1502 hour = (unsigned int) buf[11];
1513 day, month, year, hour, minute, second, trackstat, utcflags);
1560 pp->hour = hour;
1591 unsigned hour, minute, second; local
1630 hour = (unsigned int )fmod(tow / 3600., 24.);
1680 day, month, year, hour, minute, second, mode, bias, biasunc,
3139 unsigned char *Hour,
    [all...]
  /src/sys/dev/ic/
aacreg.h 272 u_int32_t Hour:6; /* 0-23 */

Completed in 45 milliseconds