Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro