Home | History | Annotate | Download | only in sys

Lines Matching refs:__uint32_t

63 	__uint32_t __swap32gen_x = (x);					\
65 (__uint32_t)((__swap32gen_x & 0xff) << 24 | \
91 (__uint32_t)(((__uint32_t)(x) & 0xff) << 24 | \
92 ((__uint32_t)(x) & 0xff00) << 8 | ((__uint32_t)(x) & 0xff0000) >> 8 |\
93 ((__uint32_t)(x) & 0xff000000) >> 24)
124 __uint32_t __swap32_x = (x); \
164 __uint32_t htobe32(__uint32_t);
167 __uint32_t betoh32(__uint32_t);
171 __uint32_t htole32(__uint32_t);
174 __uint32_t letoh32(__uint32_t);