Searched refs:le32toh (Results 1 – 7 of 7) sorted by relevance
47 # define le32toh(x) __uint32_identity (x) macro63 # define le32toh(x) __bswap_32 (x) macro
73 if (htole32 (le32toh (i)) != i) in do_test()76 i, (uint32_t) htole32 (le32toh (i))); in do_test()
37 u32 = (le32toh (u32)); in do_test()
31 size_t s7 = sizeof (le32toh (i));
38 extern __typeof (le32toh (i)) u32; in do_test()
5582 htobe32, htole32, be32toh, le32toh, htobe64, htole64, be64toh, le64toh.
10834 [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.