Searched refs:le64toh (Results 1 – 5 of 5) sorted by relevance
52 # define le64toh(x) __uint64_identity (x) macro68 # define le64toh(x) __bswap_64 (x) macro
41 u64 = (le64toh (u64)); in do_test()
35 size_t s11 = sizeof (le64toh (i));
42 extern __typeof (le64toh (i)) u64; in do_test()
106 if (htole64 (le64toh (i)) != i) in do_test()109 i, htole64 (le64toh (i))); in do_test()
Completed in 11 milliseconds