Searched refs:U32_S (Results 1 – 3 of 3) sorted by relevance
138 typedef struct _U32_S { U32 v; } _PACKED U32_S; typedef163 return (((const U32_S *)(x))->v); in A32()
302 } U32_S; typedef312 #define A32(x) (((U32_S *)(x))->v)
296 } U32_S; typedef306 #define A32(x) (((U32_S *)(__DECONST(void *, x)))->v)