gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:htobe64 (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/endian.h - 9.5KB - 251 lines
230: #define htobe32(x) ((__uint32_t)(x))
231: #define htobe64(x) ((__uint64_t)(x))
232: #define betoh16(x) ((__uint16_t)(x))
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))
More results from endian.h