Searched refs:le16toh (Results 1 – 5 of 5) sorted by relevance
42 # define le16toh(x) __uint16_identity (x) macro58 # define le16toh(x) __bswap_16 (x) macro
33 u16 = (le16toh (u16)); in do_test()
27 size_t s3 = sizeof (le16toh (i));
34 extern __typeof (le16toh (i)) u16; in do_test()
38 if (htole16 (le16toh (i)) != i) in do_test()41 i, (uint16_t) htole16 (le16toh (i))); in do_test()
Completed in 8 milliseconds