Home
last modified time | relevance | path

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

/glibc-2.36/string/
Dtst-endian.c38 if (htole16 (le16toh (i)) != i) in do_test()
41 i, (uint16_t) htole16 (le16toh (i))); in do_test()
49 if (htole16 (i) != n[0]) in do_test()
52 i, (uint16_t) htole16 (i), n[0]); in do_test()
Dendian.h40 # define htole16(x) __uint16_identity (x) macro
56 # define htole16(x) __bswap_16 (x) macro
Dtest-endian-sign-conversion.c31 u16 = (htole16 (u16)); in do_test()
Dtest-endian-file-scope.c25 size_t s1 = sizeof (htole16 (i));
Dtest-endian-types.c32 extern __typeof (htole16 (i)) u16; in do_test()
/glibc-2.36/
DNEWS5581 * New fixed-size conversion macros: htobe16, htole16, be16toh, le16toh,
/glibc-2.36/ChangeLog.old/
DChangeLog.1810829 [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use