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

/system/core/base/include/android-base/
H A Dendian.h36 #define ntohq(x) be64toh(x)
41 #define betoh64(x) be64toh(x)
82 #define be64toh(x) __builtin_bswap64(x) macro

Completed in 48 milliseconds