Searched refs:le32toh (Results 1 – 3 of 3) sorted by relevance
23 #ifndef le32toh24 #define le32toh(x) (x) macro47 #ifndef le32toh48 #define le32toh(x) __bswap_32(x) macro
128 input = le32toh(input); in print4byte()
50 #define le32_to_cpu(x) le32toh(x)