Lines Matching refs:u64_t
46 typedef uint64_t u64_t;
74 static inline u64_t
77 union { f64_t f; u64_t u; } r = {x};
81 as_f64_u64 (u64_t x)
83 union { u64_t u; f64_t f; } r = {x};
87 as_s64_u64 (u64_t x)
89 union { u64_t u; s64_t i; } r = {x};
92 static inline u64_t
95 union { s64_t i; u64_t u; } r = {x};
105 typedef u64_t v_u64_t;
263 v_u64 (u64_t x)
356 v_lookup_u64 (const u64_t *tab, v_u64_t idx)
535 v_u64 (u64_t x)
629 v_lookup_u64 (const u64_t *tab, v_u64_t idx)