Lines Matching refs:u32_t
43 typedef uint32_t u32_t;
50 static inline u32_t
53 union { f32_t f; u32_t u; } r = {x};
57 as_f32_u32 (u32_t x)
59 union { u32_t u; f32_t f; } r = {x};
63 as_s32_u32 (u32_t x)
65 union { u32_t u; s32_t i; } r = {x};
68 static inline u32_t
71 union { s32_t i; u32_t u; } r = {x};
102 typedef u32_t v_u32_t;
120 v_u32 (u32_t x)
135 static inline u32_t
152 v_set_u32 (v_u32_t *x, int i, u32_t v)
236 v_lookup_u32 (const u32_t *tab, v_u32_t idx)
388 v_u32 (u32_t x)
403 static inline u32_t
420 v_set_u32 (v_u32_t *x, int i, u32_t v)
505 v_lookup_u32 (const u32_t *tab, v_u32_t idx)