Searched refs:s64_t (Results 1 – 3 of 3) sorted by relevance
47 typedef int64_t s64_t; typedef86 static inline s64_t89 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()
133 typedef int64_t s64_t; typedef
168 ((s64_t)(((u64_t)(s) << 32) | (u32_t)(f)))311 s64_t t1, t2, t3, t4; in sntp_process()