Search | Google it | Results 1 - 1 of 1 for fundef:HTOBE32 (0.00 seconds) |
162: #define HTOBE16(x) (void) (x) 163: #define HTOBE32(x) (void) (x) 164: #define HTOBE64(x) (void) (x) 178: #define HTOBE16(x) (x) = bswap16((uint16_t)(x)) 179: #define HTOBE32(x) (x) = bswap32((uint32_t)(x)) 180: #define HTOBE64(x) (x) = bswap64((uint64_t)(x))