Home
last modified time | relevance | path

Searched refs:__swap64 (Results 1 – 1 of 1) 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 swap64 __swap64
84 #define htobe64 __swap64
87 #define betoh64 __swap64