Searched defs:A32 (Results 1 – 4 of 4) sorted by relevance
98 #define FALIGN(A32,A64) { .a32 = (A32), .a64 = (A64) } argument
158 static __inline U32 A32(const void * x) in A32() function
306 #define A32(x) (((U32_S *)(__DECONST(void *, x)))->v) macro
312 #define A32(x) (((U32_S *)(x))->v) macro