Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Dbyteswap.h42 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32() function
49 return ((__bswap_32(__x) + 0ULL) << 32) | __bswap_32(__x >> 32); in __bswap_64()
53 #define bswap_32(x) __bswap_32(x)
/kernel/linux/linux-5.10/tools/include/tools/
H A Dendian.h37 #define htole32(x) __bswap_32(x)
48 #define le32toh(x) __bswap_32(x)
/kernel/linux/linux-6.6/tools/include/tools/
H A Dendian.h37 #define htole32(x) __bswap_32(x)
48 #define le32toh(x) __bswap_32(x)

Completed in 1 milliseconds