Searched defs:le32toh (Results 1 – 7 of 7) 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
47 # define le32toh(x) __uint32_identity (x) macro63 # define le32toh(x) __bswap_32 (x) macro
46 #define le32toh(x) (uint32_t)(x) macro68 #define le32toh(x) __bswap32(x) macro
43 #define le32toh(x) (uint32_t)(x) macro65 #define le32toh(x) __bswap32(x) macro