Searched refs:u32 (Results 1 – 2 of 2) 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()
Completed in 4 milliseconds