Searched defs:bswap64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dbswap.c17 #undef bswap64 macro
32 bswap64(u_int64_t x) function
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dendian.h83 bswap64(uint64_t int64) function
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_integer.h61 # define bswap64(num) bswap_64(num) macro
78 # define bswap64(num) BSWAP_64(num) macro
119 # define bswap64(num) \ macro
/freebsd-9.3-release/sys/sys/
H A Dendian.h61 #define bswap64(x) __bswap64(x) macro

Completed in 123 milliseconds