Searched refs:u64 (Results 1 – 2 of 2) sorted by relevance
24 uint64_t u64; variable38 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()
25 uint64_t u64; variable39 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