Searched refs:htole16 (Results 1 – 7 of 7) sorted by relevance
38 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()
40 # define htole16(x) __uint16_identity (x) macro56 # define htole16(x) __bswap_16 (x) macro
31 u16 = (htole16 (u16)); in do_test()
25 size_t s1 = sizeof (htole16 (i));
32 extern __typeof (htole16 (i)) u16; in do_test()
5581 * New fixed-size conversion macros: htobe16, htole16, be16toh, le16toh,
10829 [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use