Searched defs:le32toh (Results 1 – 2 of 2) sorted by relevance
24 #define le32toh(x) (x) macro48 #define le32toh(x) __bswap_32(x) macro
15 # define le32toh(x) (x) macro20 # define le32toh(x) bswap_32(x) macro