Home
last modified time | relevance | path

Searched refs:__swap64 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dendian.h48 #define __swap64(x) __BIONIC_CAST(static_cast,uint64_t,__builtin_bswap64(x)) macro
64 #define htonq(x) __swap64(x)
65 #define ntohq(x) __swap64(x)
80 #define htobe64(x) __swap64(x)
83 #define betoh64(x) __swap64(x)
/bionic/libc/include/
Dbyteswap.h55 #define bswap_64(x) __swap64(x)