HomeSort by: relevance | last modified time | path
    Searched refs:minute (Results 1 - 25 of 120) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/ntp/dist/tests/libntp/
clocktime.c 60 const int yday=175, hour=12, minute=50, second=0, tzoff=0; local
65 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff,
86 const int yday=175, hour=12, minute=0, second=0, tzoff=0; local
91 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff,
110 const int yday=175, hour=4, minute=0, second=0, tzoff=8; local
115 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp,
131 const int yday=2, hour=11, minute=0, second=0, tzoff=0; local
136 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp,
152 const int yday=365, hour=23, minute=0, second=0, tzoff=0; local
157 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp
173 const int yday=1, hour=1, minute=0, second=0, tzoff=0; local
190 const int yday=100, hour=12, minute=0, second=0, tzoff=0; local
223 int minute; local
    [all...]
caljulian.c 31 cal.hour, cal.minute, cal.second);
43 && expected.minute == actual.minute
calendar.c 108 (u_int)cal->hour, (u_int)cal->minute, (u_int)cal->second);
120 (u_int)iso->hour, (u_int)iso->minute, (u_int)iso->second);
135 expected->minute == actual->minute &&
160 expected->minute == actual->minute &&
246 jd->minute = (uint8_t)M;
548 date.hour = date.minute = date.second = 0;
568 date.hour = date.minute = date.second = 0;
587 date.hour = date.minute = date.second = 0
    [all...]
  /src/external/bsd/ntp/dist/libntp/
caltontp.c 54 || (jt->minute > MINSPERHR)
71 ntpcal_etime_to_seconds(jt->hour, jt->minute,
clocktime.c 4 * clocktime - compute the NTP date from a day of year, hour, minute
37 * Take a time spec given as day-of-year, hour, minute and second as
57 int minute , /* minute of hour */
58 int second , /* second of minute */
74 SECSPERMIN * ((int32)minute +
  /src/sys/arch/mac68k/mac68k/
pram.c 64 long year, month, day, hour, minute, seconds, i, dayperyear; local
70 minute = 0;
111 minute++;
119 monstr[month], day, year, hour, minute, seconds);
  /src/external/bsd/ntp/dist/util/
tg.c 34 * year, hh the hour of day and mm the minute of hour. For instance,
121 #define MIN 3 /* minute pulse */
131 {MIN, 800}, /* 0 minute sync pulse */
141 {COEF, 1}, /* 10 1 minute units */
146 {COEF, 1}, /* 15 10 minute tens */
265 int minute, hour, day, year; local
314 &hour, &minute);
356 minute = tm->tm_min;
378 year, day, hour, minute, second, tone);
380 year / 10, day, hour, minute, year % 10)
    [all...]
lsf-times.c 70 , cal.minute
159 cal.minute = 0;
  /src/external/bsd/cron/dist/
structs.h 27 bitstr_t bit_decl(minute, MINUTE_COUNT);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 135 int year, month, day, hour, minute, second; local
159 &minute, &second) != 6)
177 RANGE(0, 59, minute);
184 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
  /src/external/mpl/bind/dist/lib/dns/
time.c 134 int year, month, day, hour, minute, second; local
158 &minute, &second) != 6)
176 RANGE(0, 59, minute);
183 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
  /src/sys/arch/powerpc/powerpc/
rtas.c 266 int status, year, month, day, hour, minute, second, nanosecond; local
272 &month, &day, &hour, &minute, &second, &nanosecond) < 0)
279 t->dt_min = minute;
288 int status, year, month, day, hour, minute, second, nanosecond; local
297 minute = t->dt_min;
302 day, hour, minute, second, nanosecond, &status) < 0)
  /src/external/bsd/kyua-cli/dist/utils/
datetime.cpp 214 /// \param minute The minute in the [0,59] range.
223 const int minute, const int second,
230 PRE(minute >= 0 && minute <= 59);
249 timedata.tm_min = minute;
332 const int minute, const int second,
335 mock_now = timestamp::from_values(year, month, day, hour, minute, second,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
sqltypes.d 78 SQLUSMALLINT minute;
87 SQLUSMALLINT minute;
121 SQLUINTEGER minute;
  /src/usr.bin/at/
parsetime.c 89 {"minute", MINUTES, false}, /* minutes multiplier */
362 int hour, minute; local
365 minute = 0;
375 minute = atoi(sc_token);
378 minute = hour % 100;
382 if (minute > 59)
409 (tm->tm_hour == hour && tm->tm_min > minute))) {
415 tm->tm_min = minute;
  /src/external/bsd/ntp/dist/parseutil/
testdcf.c 63 long minute; member in struct:clocktime
94 * next minute mark
119 * 28 P1 - Minute Parity (even)
131 * 59 - usually missing (minute indication), except for leap insertion
245 clock_time->minute = ext_bf(buffer, DCF_M10);
246 clock_time->minute = TIMES10(clock_time->minute) + ext_bf(buffer, DCF_M1);
420 clock_time.minute = 0;
461 clock_time.minute = 0;
494 (int)clock_time.hour, (int)clock_time.minute, (int)i, (int)clock_time.day, (int)clock_time.month
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_fg.c 281 and doubles min every hour at HH:10:ss for a minute.
291 pp->minute = BP1(7)*10 + BP2(7);
297 pp->minute = BP1(6)*10 + BP2(6);
303 if ((pp->hour == 10) && (pp->minute == 10)) {
309 pp->minute, pp->second);
316 pp->year, pp->day, pp->hour, pp->minute, pp->second);
refclock_hopfser.c 246 &pp->minute,
258 (pp->minute < 0) || (pp->minute > 59) || (pp->second < 0) ||
290 pp->minute,
331 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second);
refclock_datum.c 98 ** defined. If you really want to force GMT without the funny +- 30 minute
142 int minute; /* minutes */ member in struct:datum_pts_unit
553 ** Convert the seven bytes received in our time buffer to day, hour, minute,
566 datum_pts->minute = 10*((datum_pts->retbuf[3] & 0x70)>>4) +
580 printf("day %d, hour %d, minute %d, second %d, msec %d\n",
583 datum_pts->minute,
625 datum_pts->minute,
666 datum_pts->minute,
774 printf("PTS: day %d, hour %d, minute %d, second %d, msec %d, Time Error %f\n",
777 datum_pts->minute,
    [all...]
refclock_hpgps.c 418 &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second,
494 pp->minute -= up->tzminute;
497 if (pp->minute < 0) {
498 pp->minute += 60;
501 if (pp->minute > 59) {
502 pp->minute -= 60;
refclock_mx4200.c 486 double minute, lat, lon, alt; local
572 minute = (lat - (double)(int)lat) * 60.0;
573 snprintf(lats, sizeof(lats), "%02d%02.4f", (int)lat, minute);
574 minute = (lon - (double)(int)lon) * 60.0;
575 snprintf(lons, sizeof(lons), "%03d%02.4f", (int)lon, minute);
885 pp->year, pp->day, pp->hour, pp->minute, pp->second,
958 int hour, minute, second, leapsec_warn; local
968 &hour, &minute, &second, &time_sync, &op_mode,
997 if (second > 60 || minute > 59 || hour > 23 ||
998 second < 0 || minute < 0 || hour < 0)
    [all...]
refclock_jjy.c 192 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
435 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_TIME "# Invalid time : rc=%d hour=%d minute=%d second=%d"
436 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATETIME "# Invalid time : rc=%d year=%d month=%d day=%d hour=%d minute=%d second=%d"
1033 pp->minute = up->minute ;
1070 up->hour, up->minute, up->second, up->msecond,
1071 pp->year, pp->day, pp->hour, pp->minute, pp->second,
1268 &up->hour, &up->minute, &up->second ) ;
1270 if ( rc != 3 || up->hour > 23 || up->minute > 59 ||
1274 rc, up->hour, up->minute, up->second )
    [all...]
  /src/sys/dev/ofw/
ofrtc.c 191 int sec, minute, hr, dom, mon, yr; local
194 minute = dt->dt_min;
201 sec, minute, hr, dom, mon, yr))
  /src/sys/arch/arm/sunxi/
sunxi_rtc.c 99 uint32_t wk_no, hour, minute, second; member in struct:sunxi_rtc_config
120 .minute = SUN4I_RTC_MINUTE,
134 .minute = SUN6I_RTC_MINUTE,
151 .minute = SUN7I_RTC_MINUTE,
165 .minute = SUN6I_RTC_MINUTE,
182 .minute = SUN6I_RTC_MINUTE,
199 .minute = SUN6I_RTC_MINUTE,
215 .minute = SUN6I_RTC_MINUTE,
233 .minute = SUN6I_RTC_MINUTE,
454 dt->dt_min = __SHIFTOUT(hhmmss, conf->minute);
    [all...]
  /src/external/bsd/ntp/dist/libparse/
clk_sel240x.c 150 clock_time->minute = ptime.tm_min;

Completed in 36 milliseconds

1 2 3 4 5