Searched defs:htobe32 (Results 1 – 4 of 4) sorted by relevance
37 #define htobe32(x) __bswap32(x) macro50 #define htobe32(x) (uint32_t)(x) macro
77 #define htobe32(x) bswap32((x)) macro91 #define htobe32(x) ((uint32_t)(x)) macro
101 #define htobe32(x) ((uint32_t)(x)) macro
155 void htobe32(uint8_t *p_buf, uint32_t x) in htobe32() function