Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 3 of 3) sorted by relevance

/tools/include/tools/
Dendian.h23 #ifndef le32toh
24 #define le32toh(x) (x) macro
47 #ifndef le32toh
48 #define le32toh(x) __bswap_32(x) macro
/tools/iio/
Diio_generic_buffer.c128 input = le32toh(input); in print4byte()
/tools/usb/
Dffs-test.c50 #define le32_to_cpu(x) le32toh(x)