Searched defs:htobe32 (Results 1 – 2 of 2) sorted by relevance
63 #define htobe32(x) __bswap32((x)) macro77 #define htobe32(x) ((__uint32_t)(x)) macro
376 #define htobe32(x) OSSwapHostToBigInt32(x) macro