Searched defs:le32toh (Results 1 – 8 of 8) sorted by relevance
44 #define le32toh(x) (uint32_t)(x) macro57 #define le32toh(x) __bswap32(x) macro
48 #define le32toh(x) (uint32_t)(x) macro61 #define le32toh(x) __bswap32(x) macro
81 static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); } in le32toh() function
71 #define le32toh(x) __le32_to_cpu(x) macro