Searched refs:be32toh (Results 1 – 6 of 6) sorted by relevance
108 #ifndef be32toh109 #define be32toh(x) ((uint32_t)(x)) macro182 #ifndef be32toh183 #define be32toh(x) os_bswap_32(x)
38 #define be32toh(x) __bswap32(x) macro51 #define be32toh(x) (uint32_t)(x) macro
84 #define be32toh(x) bswap32((x)) macro98 #define be32toh(x) ((uint32_t)(x)) macro
192 #undef be32toh319 uint32_t be32toh(const uint8_t *p_buf);
189 uint32_t be32toh(const uint8_t *p_buf) in be32toh() function
128 #define sys_be32_to_cpu(a) be32toh(a)