Home
last modified time | relevance | path

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

/aosp12/system/libbase/include/android-base/
H A Dendian.h42 #define betoh32(x) be32toh(x) macro
79 #define betoh32(x) __builtin_bswap32(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h82 #define betoh32(x) __swap32(x) macro