Home
last modified time | relevance | path

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

/glibc-2.36/string/
Dendian.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (x) macro
Dtst-endian.c73 if (htole32 (le32toh (i)) != i) in do_test()
76 i, (uint32_t) htole32 (le32toh (i))); in do_test()
Dtest-endian-sign-conversion.c37 u32 = (le32toh (u32)); in do_test()
Dtest-endian-file-scope.c31 size_t s7 = sizeof (le32toh (i));
Dtest-endian-types.c38 extern __typeof (le32toh (i)) u32; in do_test()
/glibc-2.36/
DNEWS5582 htobe32, htole32, be32toh, le32toh, htobe64, htole64, be64toh, le64toh.
/glibc-2.36/ChangeLog.old/
DChangeLog.1810834 [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.