Home
last modified time | relevance | path

Searched refs:bswap_32 (Results 1 – 25 of 48) sorted by relevance

12

/external/elfutils/libelf/
Dversion_xlate.h83 ddest->vd_hash = bswap_32 (dsrc->vd_hash); in elf_cvt_Verdef()
84 ddest->vd_aux = bswap_32 (dsrc->vd_aux); in elf_cvt_Verdef()
85 ddest->vd_next = bswap_32 (dsrc->vd_next); in elf_cvt_Verdef()
107 adest->vda_name = bswap_32 (asrc->vda_name); in elf_cvt_Verdef()
108 adest->vda_next = bswap_32 (asrc->vda_next); in elf_cvt_Verdef()
124 ddest->vd_hash = bswap_32 (dsrc->vd_hash); in elf_cvt_Verdef()
125 ddest->vd_aux = bswap_32 (dsrc->vd_aux); in elf_cvt_Verdef()
126 ddest->vd_next = bswap_32 (dsrc->vd_next); in elf_cvt_Verdef()
180 ndest->vn_file = bswap_32 (nsrc->vn_file); in elf_cvt_Verneed()
181 ndest->vn_aux = bswap_32 (nsrc->vn_aux); in elf_cvt_Verneed()
[all …]
Dgnuhash_xlate.h49 dest32[cnt] = bswap_32 (src32[cnt]); in elf_cvt_gnuhash()
71 *dest32++ = bswap_32 (*src32++); in elf_cvt_gnuhash()
Dcommon.h144 ? bswap_32 (Var) \
153 ? bswap_32 (Var) \
/external/icing/icing/portable/
Dendian.h81 #define bswap_32(x) _byteswap_ulong(x) macro
89 #define bswap_32(x) OSSwapInt32(x) macro
105 static inline uint32 bswap_32(uint32 x) { in bswap_32() function
109 #define bswap_32(x) bswap_32(x) macro
156 return static_cast<uint64>(bswap_32(static_cast<uint32>(host_int >> 32))) | in gbswap_64()
157 (static_cast<uint64>(bswap_32(static_cast<uint32>(host_int))) << 32); in gbswap_64()
160 inline uint32 gbswap_32(uint32 host_int) { return bswap_32(host_int); } in gbswap_32()
/external/libtextclassifier/native/lang_id/common/lite_base/
Dendian.h43 #ifndef bswap_32
44 static inline uint32 bswap_32(uint32 x) {
48 #define bswap_32(x) bswap_32(x)
/external/protobuf/src/google/protobuf/stubs/
Dport.h264 #define bswap_32(x) _byteswap_ulong(x) macro
270 #define bswap_32(x) OSSwapInt32(x) macro
282 #ifndef bswap_32
283 static inline uint32 bswap_32(uint32 x) { in bswap_32() function
289 #define bswap_32(x) bswap_32(x) macro
382 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32()
383 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32()
/external/libtextclassifier/native/utils/base/
Dendian.h52 #define bswap_32(x) OSSwapInt32(x)
62 static inline uint32 bswap_32(uint32 x) {
66 #define bswap_32(x) bswap_32(x)
/external/wpa_supplicant_8/src/utils/
Dcommon.h28 #define bswap_32 swap32 macro
32 #define bswap_32 bswap32 macro
49 static inline unsigned int bswap_32(unsigned int v) in bswap_32() function
62 #define bswap_32 CPU_swap_u32 macro
181 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
182 #define host_to_be32(n) ((__force be32) bswap_32((n)))
192 #define le_to_host32(n) bswap_32(n)
193 #define host_to_le32(n) bswap_32(n)
400 #ifndef bswap_32
401 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
/external/elfutils/libcpu/
Dmemory-access.h66 ? bswap_32 (*((const uint32_t *) (Addr))) \
70 ? (int32_t) bswap_32 (*((const int32_t *) (Addr))) \
123 return bswap_32 (up->u4); in read_4ubyte_unaligned()
131 return (int32_t) bswap_32 (up->u4); in read_4sbyte_unaligned()
/external/google-breakpad/src/common/mac/
Dbyteswap.h57 static inline uint32_t ByteSwap(uint32_t v) { return bswap_32(v); } in ByteSwap()
60 static inline int32_t ByteSwap(int32_t v) { return bswap_32(v); } in ByteSwap()
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c8 #define cpu_to_be32(x) bswap_32(x)
9 #define be32_to_cpu(x) bswap_32(x)
/external/elfutils/libdw/
Dmemory-access.h213 ? bswap_32 (*((const uint32_t *) (Addr))) \
217 ? (int32_t) bswap_32 (*((const int32_t *) (Addr))) \
285 return bswap_32 (up->u4); in read_4ubyte_unaligned_1()
293 return (int32_t) bswap_32 (up->u4); in read_4sbyte_unaligned_1()
391 return bswap_32 (d.u4); in read_3ubyte_unaligned()
/external/selinux/libsepol/src/
Dprivate.h34 #define cpu_to_le32(x) bswap_32(x)
35 #define le32_to_cpu(x) bswap_32(x)
/external/toybox/lib/
Dportability.h133 #define bswap_32(x) OSSwapInt32(x) macro
165 #define SWAP_LE32(x) bswap_32(x)
170 #define SWAP_BE32(x) bswap_32(x)
/external/elfutils/lib/
Dsystem.h44 # define BE32(n) bswap_32 (n)
49 # define LE32(n) bswap_32 (n)
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_timezone_internal_Memory.cpp56 v = bswap_32(v); // v=DCBA in bswap_2x16()
79 put_unaligned<jint>(dstInts++, bswap_32(v)); in swapInts()
89 put_unaligned<jint>(dst++, bswap_32(v2)); in swapLongs()
90 put_unaligned<jint>(dst++, bswap_32(v1)); in swapLongs()
/external/mesa3d/src/util/
Dcompiler.h53 #define CPU_TO_LE32( x ) bswap_32( x )
/external/kmod/shared/
Dmissing.h51 #define be32toh(x) bswap_32 (x)
/external/elfutils/src/
Darlib.h50 # define le_bswap_32(val) bswap_32 (val)
/external/flac/include/share/
Dendswap.h61 #define ENDSWAP_32(x) (bswap_32 (x))
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dbyte_swap.h36 #define BYTE_SWAP_32(x) bswap_32(x)
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc79 #if !defined(bswap_32) || !defined(bswap_64)
80 #undef bswap_32
87 #define bswap_32(x) __builtin_bswap32(x) macro
97 #undef bswap_32
99 #define bswap_32(x) _byteswap_ulong(x) macro
106 #undef bswap_32
108 #define bswap_32(x) OSSwapInt32(x) macro
114 #undef bswap_32
116 #define bswap_32(x) BSWAP_32(x) macro
122 #undef bswap_32
[all …]
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc81 #if !defined(bswap_32) || !defined(bswap_64)
82 #undef bswap_32
89 #define bswap_32(x) __builtin_bswap32(x) macro
99 #undef bswap_32
101 #define bswap_32(x) _byteswap_ulong(x) macro
108 #undef bswap_32
110 #define bswap_32(x) OSSwapInt32(x) macro
116 #undef bswap_32
118 #define bswap_32(x) BSWAP_32(x) macro
124 #undef bswap_32
[all …]
/external/dynamic_depth/internal/base/
Dport.h163 #define bswap_32(x) _byteswap_ulong(x) macro
170 #define bswap_32(x) OSSwapInt32(x) macro
182 static inline uint32 bswap_32(uint32 x) { in bswap_32() function
186 #define bswap_32(x) bswap_32(x) macro
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dbitmanip.ll99 ; CHECK-LABEL: bswap_32
101 define i32 @bswap_32(i32 %p) #0 {

12