Searched refs:htole32 (Results 1 – 5 of 5) sorted by relevance
73 if (htole32 (le32toh (i)) != i) in do_test()76 i, (uint32_t) htole32 (le32toh (i))); in do_test()84 if (htole32 (i) != n[0]) in do_test()87 i, (uint32_t) htole32 (i), n[0]); in do_test()
45 # define htole32(x) __uint32_identity (x) macro61 # define htole32(x) __bswap_32 (x) macro
35 u32 = (htole32 (u32)); in do_test()
29 size_t s5 = sizeof (htole32 (i));
36 extern __typeof (htole32 (i)) u32; in do_test()
Completed in 8 milliseconds