Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 2 of 2) sorted by relevance

/string/
A Dtest-endian-sign-conversion.c22 uint16_t u16; variable
30 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()
A Dtest-endian-types.c23 uint16_t u16; variable
31 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