gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:htobe64 from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
156: #define htobe32(x)      (x)
157: #define htobe64(x)      (x)
158: #define htole16(x)      bswap16((uint16_t)(x))
172: #define htobe32(x) bswap32((uint32_t)(x)) 173: #define htobe64(x) bswap64((uint64_t)(x)) 174: #define htole16(x) (x)