Search | Google it | Results 1 - 1 of 1 for fundef:htole32 from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds) |
158: #define htole16(x) bswap16((uint16_t)(x)) 159: #define htole32(x) bswap32((uint32_t)(x)) 160: #define htole64(x) bswap64((uint64_t)(x)) 174: #define htole16(x) (x) 175: #define htole32(x) (x) 176: #define htole64(x) (x)