/third_party/protobuf/src/google/protobuf/stubs/ |
D | port.h | 233 #define bswap_32(x) _byteswap_ulong(x) macro 239 #define bswap_32(x) OSSwapInt32(x) macro 251 #ifndef bswap_32 252 static inline uint32 bswap_32(uint32 x) { in bswap_32() function 258 #define bswap_32(x) bswap_32(x) macro 351 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32() 352 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 29 #define bswap_32 swap32 macro 33 #define bswap_32 bswap32 macro 50 static inline unsigned int bswap_32(unsigned int v) in bswap_32() function 63 #define bswap_32 CPU_swap_u32 macro 182 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) 183 #define host_to_be32(n) ((__force be32) bswap_32((n))) 193 #define le_to_host32(n) bswap_32(n) 194 #define host_to_le32(n) bswap_32(n) 398 #ifndef bswap_32 399 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 29 #define bswap_32 swap32 macro 33 #define bswap_32 bswap32 macro 50 static inline unsigned int bswap_32(unsigned int v) in bswap_32() function 63 #define bswap_32 CPU_swap_u32 macro 182 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) 183 #define host_to_be32(n) ((__force be32) bswap_32((n))) 193 #define le_to_host32(n) bswap_32(n) 194 #define host_to_le32(n) bswap_32(n) 398 #ifndef bswap_32 399 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
|
/third_party/toybox/lib/ |
D | portability.h | 126 #define bswap_32(x) OSSwapInt32(x) macro 158 #define SWAP_LE32(x) bswap_32(x) 163 #define SWAP_BE32(x) bswap_32(x)
|
/third_party/musl/src/passwd/ |
D | nscd_query.c | 78 req_buf[i] = bswap_32(req_buf[i]); in __nscd_query() 90 buf[i] = bswap_32(buf[i]); in __nscd_query()
|
D | getgrouplist.c | 40 nscdbuf[i] = bswap_32(nscdbuf[i]); in getgrouplist()
|
D | getgr_a.c | 87 name_len = bswap_32(name_len); in __getgr_a()
|
/third_party/selinux/libsepol/src/ |
D | private.h | 33 #define cpu_to_le32(x) bswap_32(x) 34 #define le32_to_cpu(x) bswap_32(x)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | endians.h | 113 # define bswap_32(x) __ntfs_bswap_constant_32(x) macro 136 #define __be32_to_cpu(x) bswap_32(x) 140 #define __cpu_to_be32(x) bswap_32(x) 154 #define __le32_to_cpu(x) bswap_32(x) 158 #define __cpu_to_le32(x) bswap_32(x)
|
/third_party/musl/porting/liteos_a/kernel/src/network/ |
D | ntohl.c | 7 return u.c ? bswap_32(n) : n; in ntohl()
|
D | htonl.c | 7 return u.c ? bswap_32(n) : n; in htonl()
|
/third_party/musl/src/network/ |
D | htonl.c | 7 return u.c ? bswap_32(n) : n; in htonl()
|
D | ntohl.c | 7 return u.c ? bswap_32(n) : n; in ntohl()
|
/third_party/musl/porting/liteos_m/kernel/src/network/ |
D | htonl.c | 7 return u.c ? bswap_32(n) : n; in htonl()
|
D | ntohl.c | 7 return u.c ? bswap_32(n) : n; in ntohl()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | byteswap.h | 23 #define bswap_32(x) __bswap_32(x) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | byteswap.h | 23 #define bswap_32(x) __bswap_32(x) macro
|
/third_party/musl/include/ |
D | byteswap.h | 23 #define bswap_32(x) __bswap_32(x) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | endianmacros.h | 37 #define PA_INT32_SWAP(x) ((int32_t) bswap_32((uint32_t) x)) 38 #define PA_UINT32_SWAP(x) ((uint32_t) bswap_32((uint32_t) x))
|
/third_party/boost/boost/endian/detail/ |
D | intrinsic.hpp | 58 # define BOOST_ENDIAN_INTRINSIC_BYTE_SWAP_4(x) bswap_32(x)
|
/third_party/e2fsprogs/intl/ |
D | gettextP.h | 60 # define SWAP(i) bswap_32 (i)
|
/third_party/gettext/gettext-runtime/intl/ |
D | gettextP.h | 113 # define SWAP(i) bswap_32 (i)
|
/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 91 return bswap_32(host_int);
|
/third_party/libsnd/src/ |
D | sfendian.h | 31 #define ENDSWAP_32(x) (bswap_32 (x))
|
/third_party/toybox/toys/lsb/ |
D | md5sum.c | 329 else for (i=0; i<4; i++) sprintf(toybuf+8*i, "%08x", bswap_32(TT.state[i])); in do_builtin_hash()
|