Home
last modified time | relevance | path

Searched refs:s64_t (Results 1 – 3 of 3) sorted by relevance

/third_party/optimized-routines/math/
Dv_math.h47 typedef int64_t s64_t; typedef
86 static inline s64_t
89 union { u64_t u; s64_t i; } r = {x}; in as_s64_u64()
93 as_u64_s64 (s64_t x) in as_u64_s64()
95 union { s64_t i; u64_t u; } r = {x}; in as_u64_s64()
106 typedef s64_t v_s64_t;
268 v_s64 (s64_t x) in v_s64()
540 v_s64 (s64_t x) in v_s64()
/third_party/lwip/src/include/lwip/
Darch.h133 typedef int64_t s64_t; typedef
/third_party/lwip/src/apps/sntp/
Dsntp.c168 ((s64_t)(((u64_t)(s) << 32) | (u32_t)(f)))
311 s64_t t1, t2, t3, t4; in sntp_process()