Searched refs:le32toh (Results 1 – 2 of 2) sorted by relevance
65 #define le32toh(_x) ((__uint32_t)(_x)) macro78 #define le32toh(_x) __bswap32(_x) macro
79 #define le32toh(x) ((uint32_t)(x)) macro93 #define le32toh(x) bswap32((x)) macro