Home
last modified time | relevance | path

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

/aosp12/system/libbase/include/android-base/
H A Dendian.h92 #define be64toh(x) __builtin_bswap64(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h100 #define be64toh(x) htobe64(x) macro