gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:HTOLE64 (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
166: #define HTOLE32(x)      (x) = bswap32((uint32_t)(x))
167: #define HTOLE64(x)      (x) = bswap64((uint64_t)(x))
168: 
182: #define HTOLE32(x) (void) (x) 183: #define HTOLE64(x) (void) (x) 184: