Search | Google it | Results 1 - 1 of 1 for fundef:HTOLE16 (0.00 seconds) |
164: #define HTOBE64(x) (void) (x) 165: #define HTOLE16(x) (x) = bswap16((uint16_t)(x)) 166: #define HTOLE32(x) (x) = bswap32((uint32_t)(x)) 180: #define HTOBE64(x) (x) = bswap64((uint64_t)(x)) 181: #define HTOLE16(x) (void) (x) 182: #define HTOLE32(x) (void) (x)