Home
last modified time | relevance | path

Searched refs:vint64 (Results 1 – 25 of 57) sorted by relevance

123

/dports/net/ntp/ntp-4.2.8p15/include/
H A Dvint64ops.h13 extern int icmpv64(const vint64 * lhs, const vint64 * rhs);
14 extern int ucmpv64(const vint64 * lhs, const vint64 * rhs);
17 extern vint64 addv64(const vint64 *lhs, const vint64 *rhs);
18 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs);
19 extern vint64 addv64u32(const vint64 * lhs, uint32_t rhs);
21 extern vint64 subv64(const vint64 *lhs, const vint64 *rhs);
22 extern vint64 subv64i32(const vint64 * lhs, int32_t rhs);
23 extern vint64 subv64u32(const vint64 * lhs, uint32_t rhs);
26 extern vint64 strtouv64(const char * begp, char ** endp, int base);
H A Dntp_calendar.h123 extern vint64 time_to_vint64(const time_t *);
124 extern time_t vint64_to_time(const vint64 *);
140 extern vint64
149 extern vint64
157 ntpcal_daysplit(const vint64 *);
164 ntpcal_weeksplit(const vint64 *);
170 extern vint64
177 extern vint64
334 ntpcal_time_to_date(struct calendar * /* jd */, const vint64 * /* ts */);
347 extern vint64
[all …]
H A Dntp_types.h215 } vint64; /* variant int 64 */ typedef
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dvint64ops.c41 vint64
48 vint64 res; in strtouv64()
174 vint64
180 vint64 res; in addv64()
193 vint64
199 vint64 res; in subv64()
212 vint64
218 vint64 res; in addv64i32()
231 vint64
250 vint64
[all …]
H A Dcalyearstart.c26 vint64 vlong; in calyearstart()
45 vint64 vlong; in calmonthstart()
64 vint64 vlong; in calweekstart()
81 vint64 vlong; in caldaystart()
H A Dntp_calendar.c189 vint64
194 vint64 res; in time_to_vint64()
574 vint64
580 vint64 res; in ntpcal_ntp_to_time()
623 vint64
629 vint64 res; in ntpcal_ntp_to_ntp()
1228 vint64
1234 vint64 res; in ntpcal_dayjoin()
1257 vint64
1638 vint64
[all …]
H A Dprettydate.c64 const vint64 *stamp, in get_struct_tm()
169 vint64 sec; in common_prettydate()
232 vint64 vl; in ntp2unix_tm()
H A Dntp_calgps.c252 vint64 pvi64; in gpsntp_from_daytime1_ex()
306 vint64 ts64; in gpsntp_from_gpscal_ex()
578 vint64 pvi64; in gpscal_from_weektime1()
604 vint64 ts64; in gpscal_from_gpsntp()
H A Dcaljulian.c27 vint64 vlong; in caljulian()
H A Dcaltontp.c41 vint64 ntptime;/* resulting NTP time */ in caltontp()
H A Dclocktime.c133 vint64 t; in ntp_to_year()
H A Dtimespecops.c216 vint64 sec; in lfp_stamp_to_tspec()
/dports/net/ntp/ntp-4.2.8p15/tests/libntp/
H A Dvi64ops.c9 int IsEqual(const vint64 expected, const vint64 actual);
17 IsEqual(const vint64 expected, const vint64 actual) { in IsEqual()
18 if (0 == memcmp(&expected, &actual, sizeof(vint64))) { in IsEqual()
40 vint64 act, exp; in test_ParseVUI64_pos()
56 vint64 act, exp; in test_ParseVUI64_neg()
70 vint64 act, exp; in test_ParseVUI64_case()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_leapsec.c93 const vint64*);
187 vint64 ttime, limit; in leapsec_load()
258 vint64 ts; in leapsec_dump()
580 vint64 limit; in leapsec_expired()
594 vint64 limit; in leapsec_daystolive()
646 vint64 now64; in leapsec_add_dyn()
663 vint64 now64; in leapsec_autokey_tai()
858 const vint64 * ts) in reload_limits()
1001 const vint64 * ttime, in leapsec_raw()
1005 vint64 starttime; in leapsec_raw()
[all …]
H A Dntp_leapsec.h68 vint64 ebase; /* era base (UTC of start) */
69 vint64 ttime; /* era end (UTC of next leap second) */
95 vint64 ebase;
96 vint64 ttime;
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/common/
H A DSupportDefs.h44 typedef volatile int64_t vint64; typedef
138 extern int64 atomic_set64(vint64 *value, int64 newValue);
139 extern int64 atomic_test_and_set64(vint64 *value, int64 newValue, int64 testAgainst);
140 extern int64 atomic_add64(vint64 *value, int64 addValue);
141 extern int64 atomic_and64(vint64 *value, int64 andValue);
142 extern int64 atomic_or64(vint64 *value, int64 orValue);
143 extern int64 atomic_get64(vint64 *value);
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/env/
H A Dattributes.go99 vint64 := int64(vv)
100 if val.(int64) != vint64 {
102 k, val.(int64), vint64)
/dports/lang/fpc-source/fpc-3.2.2/tests/test/jvm/
H A Dtthreadvar.pp75 vint64: int64;
119 if vint64<>0 then
121 vint64:=cint64out;
122 if vint64<>cint64out then
208 if vint64<>cint64out then
270 if vint64<>0 then
272 vint64:=cint64in;
273 if vint64<>cint64in then
H A Dtformalpara.pp392 vint64: int64;
427 vint64:=cint64in;
428 testformalvar(vint64,fint64);
429 if vint64<>cint64out then
498 vint64: int64;
533 vint64:=cint64in;
534 testformalout(vint64,fint64);
535 if vint64<>cint64out then
604 vint64: int64;
639 vint64:=cint64in;
[all …]
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dpgenlib_misc.h389 uint64_t vint64 = *((*buf_iterp)++); in GetVint63() local
390 if (vint64 <= 127) { in GetVint63()
391 return vint64; in GetVint63()
393 vint64 &= 127; in GetVint63()
397 vint64 |= (ullii & 127) << shift; in GetVint63()
399 return vint64; in GetVint63()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/config/
H A Dconfig.cc799 int64_t vint64 = 0; in sanity_check() local
884 RETURN_NOT_OK(utils::parse::convert(value, &vint64)); in sanity_check()
886 RETURN_NOT_OK(utils::parse::convert(value, &vint64)); in sanity_check()
888 RETURN_NOT_OK(utils::parse::convert(value, &vint64)); in sanity_check()
890 RETURN_NOT_OK(utils::parse::convert(value, &vint64)); in sanity_check()
894 RETURN_NOT_OK(utils::parse::convert(value, &vint64)); in sanity_check()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Common/
H A Djtypes.h88 typedef volatile int64_t vint64; typedef
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Common/
H A Djtypes.h88 typedef volatile int64_t vint64; typedef
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Common/
H A Djtypes.h88 typedef volatile int64_t vint64; typedef
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/src/nds/
H A Dndstypes.inc57 typedef volatile int64 vint64;

123