Lines Matching defs:s32_t
44 typedef int32_t s32_t;
62 static inline s32_t
65 union { u32_t u; s32_t i; } r = {x};
69 as_u32_s32 (s32_t x)
71 union { s32_t i; u32_t u; } r = {x};
103 typedef s32_t v_s32_t;
125 v_s32 (s32_t x)
140 static inline s32_t
157 v_set_s32 (v_s32_t *x, int i, s32_t v)
393 v_s32 (s32_t x)
408 static inline s32_t
425 v_set_s32 (v_s32_t *x, int i, s32_t v)