Searched refs:u32 (Results 1 – 5 of 5) sorted by relevance
23 uint32_t u32; variable34 u32 = (htobe32 (u32)); in do_test()35 u32 = (htole32 (u32)); in do_test()36 u32 = (be32toh (u32)); in do_test()37 u32 = (le32toh (u32)); in do_test()43 (void) u32; in do_test()
24 uint32_t u32; variable35 extern __typeof (htobe32 (i)) u32; in do_test()36 extern __typeof (htole32 (i)) u32; in do_test()37 extern __typeof (be32toh (i)) u32; in do_test()38 extern __typeof (le32toh (i)) u32; in do_test()44 (void) u32; in do_test()
24 uint32_t u32; variable32 extern __typeof (htonl (i)) u32; in do_test()33 extern __typeof (ntohl (i)) u32; in do_test()35 (void) u32; in do_test()
68 /**/ u32 = {{0x3c33f0e1, 0x00000000} }, /* 1.081e-18 */ variable118 /**/ u32 = {{0x00000000, 0x3c33f0e1} }, /* 1.081e-18 */ variable146 #define U32 u32.d
80 uint32_t u32; member