Home
last modified time | relevance | path

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

/string/
A Dtest-endian-sign-conversion.c23 uint32_t u32; variable
34 u32 = (htobe32 (u32)); in do_test()
35 u32 = (htole32 (u32)); in do_test()
36 u32 = (be32toh (u32)); in do_test()
37 u32 = (le32toh (u32)); in do_test()
43 (void) u32; in do_test()
A Dtest-endian-types.c24 uint32_t u32; variable
35 extern __typeof (htobe32 (i)) u32; in do_test()
36 extern __typeof (htole32 (i)) u32; in do_test()
37 extern __typeof (be32toh (i)) u32; in do_test()
38 extern __typeof (le32toh (i)) u32; in do_test()
44 (void) u32; in do_test()

Completed in 4 milliseconds