Home
last modified time | relevance | path

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

/aosp12/system/libbase/include/android-base/
H A Dendian.h91 #define be32toh(x) __builtin_bswap32(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h99 #define be32toh(x) htobe32(x) macro