Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
Dendian.h66 #define betoh64(x) __bswap64(x) macro
73 #define betoh64(x) (uint64_t)(x) macro