Home
last modified time | relevance | path

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

/string/
A Dtest-endian-sign-conversion.c24 uint64_t u64; variable
38 u64 = (htobe64 (u64)); in do_test()
39 u64 = (htole64 (u64)); in do_test()
40 u64 = (be64toh (u64)); in do_test()
41 u64 = (le64toh (u64)); in do_test()
44 (void) u64; in do_test()
A Dtest-endian-types.c25 uint64_t u64; variable
39 extern __typeof (htobe64 (i)) u64; in do_test()
40 extern __typeof (htole64 (i)) u64; in do_test()
41 extern __typeof (be64toh (i)) u64; in do_test()
42 extern __typeof (le64toh (i)) u64; in do_test()
45 (void) u64; in do_test()

Completed in 5 milliseconds