Home
last modified time | relevance | path

Searched refs:__bswap_32 (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dbyteswap.h12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32() function
19 return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32); in __bswap_64()
23 #define bswap_32(x) __bswap_32(x)

Completed in 1 milliseconds