Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance

/string/
A Dendian.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (x) macro
A Dtest-endian-sign-conversion.c37 u32 = (le32toh (u32)); in do_test()
A Dtest-endian-file-scope.c31 size_t s7 = sizeof (le32toh (i));
A Dtest-endian-types.c38 extern __typeof (le32toh (i)) u32; in do_test()
A Dtst-endian.c73 if (htole32 (le32toh (i)) != i) in do_test()
76 i, (uint32_t) htole32 (le32toh (i))); in do_test()

Completed in 8 milliseconds