Search | Google it | Results 1 - 2 of 2 for fundef:htole64 (0.00 seconds) |
197: #define htole32(x) ((__uint32_t)(x)) 198: #define htole64(x) ((__uint64_t)(x)) 199: #define letoh16(x) ((__uint16_t)(x))
159: #define htole32(x) bswap32((uint32_t)(x)) 160: #define htole64(x) bswap64((uint64_t)(x)) 161: