Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 5 of 5) sorted by relevance

/string/
A Dendian.h52 # define le64toh(x) __uint64_identity (x) macro
68 # define le64toh(x) __bswap_64 (x) macro
A Dtest-endian-sign-conversion.c41 u64 = (le64toh (u64)); in do_test()
A Dtest-endian-file-scope.c35 size_t s11 = sizeof (le64toh (i));
A Dtest-endian-types.c42 extern __typeof (le64toh (i)) u64; in do_test()
A Dtst-endian.c106 if (htole64 (le64toh (i)) != i) in do_test()
109 i, htole64 (le64toh (i))); in do_test()

Completed in 11 milliseconds