Home
last modified time | relevance | path

Searched defs:be16toh (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro

Completed in 1 milliseconds