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 __builtin_bswap64 macro
64 #define htonq(x) __swap64(x)
65 #define ntohq(x) __swap64(x)
80 #define htobe64 __swap64
83 #define betoh64 __swap64
/bionic/libc/include/
Dbyteswap.h35 #define bswap_64(x) __swap64(x)