Searched refs:le64toh (Results 1 – 2 of 2) sorted by relevance
27 #ifndef le64toh28 #define le64toh(x) (x) macro51 #ifndef le64toh52 #define le64toh(x) __bswap_64(x) macro
151 input = le64toh(input); in print8byte()