Searched refs:__swap64 (Results 1 – 2 of 2) sorted by relevance
48 #define __swap64(x) __BIONIC_CAST(static_cast,uint64_t,__builtin_bswap64(x)) macro64 #define htonq(x) __swap64(x)65 #define ntohq(x) __swap64(x)80 #define htobe64(x) __swap64(x)83 #define betoh64(x) __swap64(x)
55 #define bswap_64(x) __swap64(x)