Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance
47 # define le32toh(x) __uint32_identity (x) macro63 # define le32toh(x) __bswap_32 (x) macro
37 u32 = (le32toh (u32)); in do_test()
31 size_t s7 = sizeof (le32toh (i));
38 extern __typeof (le32toh (i)) u32; in do_test()
73 if (htole32 (le32toh (i)) != i) in do_test()76 i, (uint32_t) htole32 (le32toh (i))); in do_test()
Completed in 8 milliseconds