Searched refs:u16 (Results 1 – 4 of 4) sorted by relevance
22 uint16_t u16; variable30 u16 = (htobe16 (u16)); in do_test()31 u16 = (htole16 (u16)); in do_test()32 u16 = (be16toh (u16)); in do_test()33 u16 = (le16toh (u16)); in do_test()42 (void) u16; in do_test()
23 uint16_t u16; variable31 extern __typeof (htobe16 (i)) u16; in do_test()32 extern __typeof (htole16 (i)) u16; in do_test()33 extern __typeof (be16toh (i)) u16; in do_test()34 extern __typeof (le16toh (i)) u16; in do_test()43 (void) u16; in do_test()
23 uint16_t u16; variable30 extern __typeof (htons (i)) u16; in do_test()31 extern __typeof (ntohs (i)) u16; in do_test()34 (void) u16; in do_test()
69 unsigned short u16 = 3; in do_test() local70 TEST_COMPARE (i8, u16); in do_test()