Home
last modified time | relevance | path

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

/aosp12/system/libbase/include/android-base/
H A Dendian.h41 #define betoh16(x) be16toh(x) macro
78 #define betoh16(x) __builtin_bswap16(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h81 #define betoh16(x) __swap16(x) macro