Searched refs:bswap32 (Results 1 – 8 of 8) sorted by relevance
39 #define bswap32(x) __bswap32(x) macro48 #define htobe32(x) bswap32((x))55 #define be32toh(x) bswap32((x))65 #define htole32(x) bswap32((x))72 #define le32toh(x) bswap32((x))
18 uint32_t bswap32(uint32_t) __attribute__((__const__));21 uint32_t bswap32(uint32_t) __RENAME(__bswap32) __attribute__((__const__));34 #define __BYTE_SWAP_U32_VARIABLE bswap3266 #define bswap32(x) \ macro
133 #define ntohl(x) bswap32((uint32_t)(x))135 #define htonl(x) bswap32((uint32_t)(x))154 #define htole32(x) bswap32((uint32_t)(x))161 #define HTOLE32(x) (x) = bswap32((uint32_t)(x))167 #define htobe32(x) bswap32((uint32_t)(x))174 #define HTOBE32(x) (x) = bswap32((uint32_t)(x))
16 #undef bswap3219 bswap32(UINT32 x) in bswap32() function
20 #undef bswap3252 uint32_t bswap32(uint32_t Value) in bswap32() function
40 th = bswap32((u_int32_t)(x & 0x00000000ffffffffULL)); in bswap64()41 tl = bswap32((u_int32_t)((x >> 32) & 0x00000000ffffffffULL)); in bswap64()
60 #define bswap32(x) __bswap32(x) macro69 #define htobe32(x) bswap32((x))76 #define be32toh(x) bswap32((x))86 #define htole32(x) bswap32((x))93 #define le32toh(x) bswap32((x))
31 inline uint32_t bswap32 (uint32_t x) { in bswap32() function38 #define htobe32(x) bswap32((x))40 #define be32toh(x) bswap32((x))