Home
last modified time | relevance | path

Searched refs:weeks (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/ntp/libntp/
HDntp_calgps.c86 ++datum->weeks; in _norm_gps_datum()
90 --datum->weeks; in _norm_gps_datum()
313 date.weeks = ((date.weeks - base) & 1023u) + base; in gpsntp_from_gpscal_ex()
316 ts64 = ntpcal_weekjoin(date.weeks, date.wsecs); in gpsntp_from_gpscal_ex()
364 week = out.weeks; in _gpscal_fix_gps_era()
367 out.weeks = week; in _gpscal_fix_gps_era()
468 gps.weeks = week + GPSNTP_WSHIFT; in gpscal_from_calendar_ex()
513 retv.weeks = week + GPSNTP_WSHIFT; in gpscal_from_gpsweek()
536 retv.weeks = pivot->weeks; in _gpscal_from_weektime()
541 retv.weeks -= (retv.wsecs > lim || in _gpscal_from_weektime()
[all …]
HDntp_calendar.c1823 int32_t weeks in isocal_split_eraweeks() argument
1850 sf64 = (uint64_t)-(weeks < 0); in isocal_split_eraweeks()
1851 sw64 = ((uint64_t)weeks << 2) | 2u; in isocal_split_eraweeks()
1863 uint32_t ux = ((uint32_t)weeks << 2) | 2; in isocal_split_eraweeks()
1864 sw = (weeks < 0) ? 5491u : 0u; /* sign dgt */ in isocal_split_eraweeks()
1865 sw += ((weeks >> 18) & 0x01FFFu) * 5026u; /* hi dgt (src!) */ in isocal_split_eraweeks()
1964 int32_t weeks, days, secs; in isocal_date_to_ntp64() local
1966 weeks = isocal_weeks_in_years((int32_t)id->year - 1) in isocal_date_to_ntp64()
1968 days = weeks * 7 + (int32_t)id->weekday; in isocal_date_to_ntp64()
/freebsd-13-stable/contrib/ldns/
HDduration.c64 duration->weeks = 0; in ldns_duration_create()
93 if (d1->weeks != d2->weeks) { in ldns_duration_compare()
94 return (int) (d1->weeks - d2->weeks); in ldns_duration_compare()
185 duration->weeks = (time_t) atoi(str+1); in ldns_duration_create_from_string()
223 || dur_scan_print(&p, eob, 'W', d->weeks) in ldns_duration2string()
255 period += (duration->weeks)*86400*7; in ldns_duration2time()
/freebsd-13-stable/lib/libc/nameser/
HDns_ttl.c56 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
63 weeks = src; src = 0; in ns_format_ttl()
66 if (weeks) { in ns_format_ttl()
67 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
82 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()
/freebsd-13-stable/contrib/ntp/libparse/
HDgpstolfp.c42 u_int weeks, in gpstolfp() argument
48 …lfp->l_ui = (uint32_t)(weeks * SECSPERWEEK + days * SECSPERDAY + seconds + GPSORIGIN); /* convert … in gpstolfp()
/freebsd-13-stable/tools/tools/portsinfo/
HDportsinfo.sh45 New ports added last two weeks
65 Updated ports last two weeks
/freebsd-13-stable/contrib/ldns/ldns/
HDduration.h55 time_t weeks; member
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDlocale.cpp4225 static string weeks[14]; in init_weeks() local
4226 weeks[0] = "Sunday"; in init_weeks()
4227 weeks[1] = "Monday"; in init_weeks()
4228 weeks[2] = "Tuesday"; in init_weeks()
4229 weeks[3] = "Wednesday"; in init_weeks()
4230 weeks[4] = "Thursday"; in init_weeks()
4231 weeks[5] = "Friday"; in init_weeks()
4232 weeks[6] = "Saturday"; in init_weeks()
4233 weeks[7] = "Sun"; in init_weeks()
4234 weeks[8] = "Mon"; in init_weeks()
[all …]
/freebsd-13-stable/usr.bin/ncal/
HDncal.c61 char weeks[MAX_WIDTH + 1]; member
754 printf("%-*s", mw, year[i].weeks); in monthranger()
846 memset(mlines->weeks + k, ' ', dw); in mkmonthr()
848 memcpy(mlines->weeks + k, in mkmonthr()
850 mlines->weeks[k] = '\0'; in mkmonthr()
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_jupiter.c319 if (jupiter_pps(up) || !up->piv_next.weeks) in jupiter_checkpps()
326 up->ref_next.weeks = 0; /* consider as consumed... */ in jupiter_checkpps()
338 up->ref_next.weeks = 0; /* consumed... */ in jupiter_checkpps()
709 if (up->piv_next.weeks) { in jupiter_parse_t()
/freebsd-13-stable/contrib/ntp/include/
HDntp_calgps.h38 uint32_t weeks; /* weeks since GPS epoch */ member
/freebsd-13-stable/contrib/dialog/
HDcalendar.c380 int *weeks = 0; in draw_day() local
408 weeks = getisoweeks(current->tm_year + 1900, current->tm_mon + 1); in draw_day()
420 weeks ? weeks[windx++] : ++week); in draw_day()
/freebsd-13-stable/contrib/libcbor/
HDCONTRIBUTING.md30 If you do not receive a response in a few weeks, feel free to ping the PR or issue.
/freebsd-13-stable/contrib/ntp/scripts/stats/
HDREADME.stats238 +2.0100E+02 week number for delta leap (weeks)
239 +1.9100E+02 week number for future leap (weeks)
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
HDinvoke-update-leap.texi35 need not be run more frequently than about once every three weeks.
126 three weeks.
HDupdate-leap-opts.def138 need not be run more frequently than about once every three weeks.
HDupdate-leap.in450 three weeks.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/
HDsubmitting-patches.rst75 maintainers after a few weeks, go ahead and take it.
/freebsd-13-stable/tools/tools/
HDREADME57 portsinfo Generate list of new ports for last two weeks.
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDchrono.inc67 using std::chrono::weeks;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__chrono/
HDduration.h292 typedef duration< int, ratio_multiply<ratio<7>, days::period>> weeks;
/freebsd-13-stable/share/examples/diskless/
HDREADME.TEMPLATING187 for weeks or months before they are caught.
/freebsd-13-stable/contrib/tzdata/
HDsouthamerica1154 # For a brief period of roughly six weeks in 1946, DST was only observed on an
1199 # Due to drought, Chile extends Daylight Time in three weeks. This
1926 # Four-fifths of these were promulgated less than two weeks before taking
1927 # effect; more than half within a week and none more than 5 weeks. Only the
2011 # save energy ... it was postponed two weeks....
HDaustralasia285 # weeks earlier than expected - on March 6, 2011, not March 27, 2011...
1401 # South Australia delays setting back our clocks for a few weeks."
1405 # South Aus will have an extra 3 weeks daylight saving every even
1457 # 6 weeks a year now when we are out of sync with the rest of Australia
1635 # the ACT for all 52 weeks of the year...
/freebsd-13-stable/contrib/tcp_wrappers/
HDCHANGES141 weeks before release 7.0 came out. Such is life.

12