Home
last modified time | relevance | path

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

/glibc-2.36/string/
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()
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()
/glibc-2.36/inet/
Dtest-hnto-types.c23 uint16_t u16; variable
30 extern __typeof (htons (i)) u16; in do_test()
31 extern __typeof (ntohs (i)) u16; in do_test()
34 (void) u16; in do_test()
/glibc-2.36/support/
Dtst-test_compare.c69 unsigned short u16 = 3; in do_test() local
70 TEST_COMPARE (i8, u16); in do_test()