Searched defs:le32toh (Results 1 – 4 of 4) sorted by relevance
44 #define le32toh(x) (uint32_t)(x) macro57 #define le32toh(x) __bswap32(x) macro
87 #define le32toh(x) ((uint32_t)(x)) macro101 #define le32toh(x) bswap32((x)) macro
113 #define le32toh(x) os_bswap_32 (x) macro
119 uint32_t le32toh(const uint8_t *p_buf) in le32toh() function