Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/
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)
/third_party/musl/porting/liteos_a/kernel/include/
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)
/third_party/musl/include/
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)
/third_party/eudev/src/shared/
Dsparse-endian.h58 #define bswap_32_on_le(x) __bswap_32(x)
68 #define bswap_32_on_be(x) __bswap_32(x)
/third_party/eudev/hm_src/
Dhm-missing.h9 #define __bswap_32(x) __builtin_bswap32(x) macro