Searched defs:be32toh (Results 1 – 7 of 7) sorted by relevance
23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro37 #define be32toh(x) ntohl((x)) macro
27 #define be32toh(x) __builtin_bswap32((x)) macro42 #define be32toh(x) __LLVM_LIBC_CAST(static_cast, uint32_t, x) macro
25 # define be32toh(x) OSSwapBigToHostInt32(x) macro
133 #define be32toh(x) bswap32((x)) macro147 #define be32toh(x) ((uint32_t)(x)) macro
112 #define be32toh( global() macro 126 #define be32toh( global() macro
65 #define be32toh(x) bswap32((x)) macro79 #define be32toh(x) ((uint32_t)(x)) macro
562 #define be32toh(x) ((uint32_t)(x)) macro