Home
last modified time | relevance | path

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

/tools/include/tools/
Dendian.h27 #ifndef le64toh
28 #define le64toh(x) (x) macro
51 #ifndef le64toh
52 #define le64toh(x) __bswap_64(x) macro
/tools/iio/
Diio_generic_buffer.c151 input = le64toh(input); in print8byte()