HomeSort by: relevance | last modified time | path
    Searched refs:jdn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 280 struct calendar jdn; local
282 jdn.year = 1900;
283 jdn.month = 1;
284 jdn.monthday = 1;
285 rdn = ntpcal_date_to_rd(&jdn);
288 jdn.year = 1980;
289 jdn.month = 1;
290 jdn.monthday = 6;
291 rdn = ntpcal_date_to_rd(&jdn);
  /src/external/bsd/ntp/dist/ntpd/
refclock_neoclock4x.c 870 /* JDN Date 1/1/1970 */
875 neol_jdn_to_ymd(unsigned long jdn,
884 x = jdn + 68569UL;

Completed in 31 milliseconds