Home
last modified time | relevance | path

Searched refs:bswap_32 (Results 1 – 25 of 36) 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) \
Delf_getarsym.c69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries()
295 arsym[cnt].as_off = bswap_32 ((*u32)[cnt]); in elf_getarsym()
/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/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/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/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.h181 ? bswap_32 (*((const uint32_t *) (Addr))) \
185 ? (int32_t) bswap_32 (*((const int32_t *) (Addr))) \
253 return bswap_32 (up->u4); in read_4ubyte_unaligned_1()
261 return (int32_t) bswap_32 (up->u4); in read_4sbyte_unaligned_1()
359 return bswap_32 (d.u4); in read_3ubyte_unaligned()
/external/toybox/lib/
Dportability.h129 #define bswap_32(x) OSSwapInt32(x) macro
161 #define SWAP_LE32(x) bswap_32(x)
166 #define SWAP_BE32(x) bswap_32(x)
/external/selinux/libsepol/src/
Dprivate.h34 #define cpu_to_le32(x) bswap_32(x)
35 #define le32_to_cpu(x) bswap_32(x)
/external/elfutils/lib/
Dsystem.h44 # define BE32(n) bswap_32 (n)
49 # define LE32(n) bswap_32 (n)
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dbitmanip.ll99 ; CHECK-LABEL: bswap_32
101 define i32 @bswap_32(i32 %p) #0 {
/external/e2fsprogs/intl/
DgettextP.h60 # define SWAP(i) bswap_32 (i)
/external/vboot_reference/firmware/2lib/
D2sha1.c54 (W[t] = bswap_32(ctx->buf.w[t])) + \ in sha1_transform()
179 ctx->buf.w[i] = bswap_32(ctx->state[i]); in vb2_sha1_finalize()
/external/vboot_reference/firmware/lib/cryptolib/
Dsha1.c47 (W[t] = bswap_32(ctx->buf.w[t])) + \ in SHA1_Transform()
168 ctx->buf.w[i] = bswap_32(ctx->state[i]); in SHA1_final()

12