Search | Google it | Results 1 - 2 of 2 for fundef:htole16 (0.00 seconds) |
195: 196: #define htole16(x) ((__uint16_t)(x)) 197: #define htole32(x) ((__uint32_t)(x))
157: #define htobe64(x) (x) 158: #define htole16(x) bswap16((uint16_t)(x)) 159: #define htole32(x) bswap32((uint32_t)(x))