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

  /src/external/bsd/ntp/dist/include/
vint64ops.h 4 * vint64ops.h - operations on 'vint64' values
9 * This is an attempt to get the vint64 calculations stuff centralised.
15 extern int icmpv64(const vint64 * lhs, const vint64 * rhs);
16 extern int ucmpv64(const vint64 * lhs, const vint64 * rhs);
19 extern vint64 addv64(const vint64 *lhs, const vint64 *rhs);
20 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs)
    [all...]
ntp_calendar.h 123 * Convert between 'time_t' and 'vint64'
125 extern vint64 time_to_vint64(const time_t *);
126 extern time_t vint64_to_time(const vint64 *);
142 extern vint64
151 extern vint64
159 ntpcal_daysplit(const vint64 *);
166 ntpcal_weeksplit(const vint64 *);
172 extern vint64
179 extern vint64
336 ntpcal_time_to_date(struct calendar * /* jd */, const vint64 * /* ts */)
    [all...]
ntp_types.h 217 } vint64; /* variant int 64 */ typedef in typeref:union:__anon5062
timevalops.h 430 vint64 sec;
435 /* copying a vint64 to a time_t needs some care... */
  /src/external/bsd/ntp/dist/tests/libntp/
vi64ops.c 11 int IsEqual(const vint64 expected, const vint64 actual);
19 IsEqual(const vint64 expected, const vint64 actual) {
20 if (0 == memcmp(&expected, &actual, sizeof(vint64))) {
42 vint64 act, exp;
58 vint64 act, exp;
72 vint64 act, exp;
calendar.c 297 * the 'vint64' is definitely needed.
306 vint64 merge;
340 vint64 merge;
778 vint64 hold;
836 vint64 hold;
  /src/external/bsd/ntp/dist/libntp/
vint64ops.c 4 * vint64ops.c - operations on 'vint64' values
9 * This is an attempt to get the vint64 calculations stuff centralised.
25 vint64
32 vint64 res;
113 const vint64 * lhs,
114 const vint64 * rhs
137 const vint64 * lhs,
138 const vint64 * rhs
158 vint64
160 const vint64 *lhs
    [all...]
calyearstart.c 28 vint64 vlong;
47 vint64 vlong;
66 vint64 vlong;
83 vint64 vlong;
caljulian.c 29 vint64 vlong;
caltontp.c 43 vint64 ntptime;/* resulting NTP time */
prettydate.c 65 const vint64 *stamp,
170 vint64 sec;
233 vint64 vl;
ntp_calendar.c 187 * Convert between 'time_t' and 'vint64'
190 vint64
195 vint64 res;
238 const vint64 *tv
575 vint64
581 vint64 res;
624 vint64
630 vint64 res;
679 const vint64 *ts
777 const vint64 *t
    [all...]
clocktime.c 135 vint64 t;
ntp_calgps.c 254 vint64 pvi64;
308 vint64 ts64;
580 vint64 pvi64;
606 vint64 ts64;
timespecops.c 218 vint64 sec;
223 /* copying a vint64 to a time_t needs some care... */
systime.c 603 vint64 secs;
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.h 70 vint64 ebase; /* era base (UTC of start) */
71 vint64 ttime; /* era end (UTC of next leap second) */
97 vint64 ebase;
98 vint64 ttime;
ntp_leapsec.c 34 vint64 ttime; /* transition time (after the step, ntp scale) */
42 vint64 update; /* time of information update */
43 vint64 expire; /* table expiration time */
48 vint64 dtime; /* due time (current era end) */
49 vint64 ttime; /* nominal transition time (next era start) */
50 vint64 stime; /* schedule time (when we take notice) */
51 vint64 ebase; /* base time of this leap era */
72 static void reload_limits (leap_table_t *, const vint64 *);
74 const vint64 *);
77 static int leapsec_add (leap_table_t *, const vint64 *, int)
    [all...]
refclock_shm.c 536 vint64 ts;
ntp_crypto.c 1903 if ( ! memcmp(&leap_data.ebase, &leap_data.ttime, sizeof(vint64))) {
  /src/external/bsd/ntp/dist/util/
lsf-times.c 48 vint64 expires;

Completed in 36 milliseconds