Home
last modified time | relevance | path

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

/string/
A Dendian.h42 # define le16toh(x) __uint16_identity (x) macro
58 # define le16toh(x) __bswap_16 (x) macro
A Dtest-endian-sign-conversion.c33 u16 = (le16toh (u16)); in do_test()
A Dtest-endian-file-scope.c27 size_t s3 = sizeof (le16toh (i));
A Dtest-endian-types.c34 extern __typeof (le16toh (i)) u16; in do_test()
A Dtst-endian.c38 if (htole16 (le16toh (i)) != i) in do_test()
41 i, (uint16_t) htole16 (le16toh (i))); in do_test()

Completed in 8 milliseconds