Searched refs:u16 (Results 1 – 2 of 2) 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()
Completed in 5 milliseconds