Home
last modified time | relevance | path

Searched defs:betoh64 (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libbase/include/android-base/
H A Dendian.h43 #define betoh64(x) be64toh(x) macro
80 #define betoh64(x) __builtin_bswap64(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h83 #define betoh64(x) __swap64(x) macro