Searched refs:htobe32 (Results 1 – 3 of 3) sorted by relevance
48 #define htobe32(x) bswap32((x)) macro62 #define htobe32(x) ((uint32_t)(x)) macro
51 DECLARE_TYPE(Be32, uint32_t, htobe32, be32toh);
38 #define htobe32(x) bswap32((x)) macro