Searched defs:le32toh (Results 1 – 5 of 5) sorted by relevance
58 #define le32toh(x) ((uint32_t)(x)) macro72 #define le32toh(x) bswap32((x)) macro
79 #define le32toh(x) ((uint32_t)(x)) macro93 #define le32toh(x) bswap32((x)) macro
186 #define le32toh(x) htole32(x) macro
41 #define le32toh(x) ((uint32_t)(x)) macro
2290 #define le32toh(x) (x) macro