Searched defs:le32toh (Results 1 – 3 of 3) 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
21 # define le32toh(x) (x) macro25 # define le32toh(x) bswap_32(x) macro