Home
last modified time | relevance | path

Searched refs:bswap_32 (Results 1 – 25 of 40) 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.h284 #define bswap_32(x) _byteswap_ulong(x) macro
290 #define bswap_32(x) OSSwapInt32(x) macro
299 static inline uint32 bswap_32(uint32 x) { in bswap_32() function
305 #define bswap_32(x) bswap_32(x) macro
331 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32()
332 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32()
/external/syslinux/com32/include/
Dbyteswap.h41 #define bswap_32(x) (__builtin_constant_p(x) ? \ macro
68 #define be32_to_cpu(x) bswap_32(x)
69 #define cpu_to_be32(x) bswap_32(x)
84 #define le32_to_cpu(x) bswap_32(x)
85 #define cpu_to_le32(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
171 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
172 #define host_to_be32(n) ((__force be32) bswap_32((n)))
182 #define le_to_host32(n) bswap_32(n)
183 #define host_to_le32(n) bswap_32(n)
384 #ifndef bswap_32
385 #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/elfutils/src/
Dunaligned.h38 # define target_bswap_32(n) bswap_32 (n)
91 uint32_t _val = bswap_32 (_ptr->u) + (value); \
92 _ptr->u = bswap_32 (_val); \
Darlib.h50 # define le_bswap_32(val) bswap_32 (val)
/external/libtextclassifier/
Dbase.h53 static inline uint32 bswap_32(uint32 x) { in bswap_32() function
57 #define bswap_32(x) bswap_32(x) macro
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c7 #define cpu_to_be32(x) bswap_32(x)
8 #define be32_to_cpu(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/libdw/
Dmemory-access.h144 ? bswap_32 (*((const uint32_t *) (Addr))) \
148 ? (int32_t) bswap_32 (*((const int32_t *) (Addr))) \
216 return bswap_32 (up->u4); in read_4ubyte_unaligned_1()
224 return (int32_t) bswap_32 (up->u4); in read_4sbyte_unaligned_1()
/external/elfutils/lib/
Dsystem.h42 # define BE32(n) bswap_32 (n)
47 # define LE32(n) bswap_32 (n)
/external/toybox/lib/
Dportability.h164 #define SWAP_LE32(x) bswap_32(x)
169 #define SWAP_BE32(x) bswap_32(x)
/external/mesa3d/src/mesa/main/
Dcompiler.h58 #define CPU_TO_LE32( x ) bswap_32( x )
/external/kmod/shared/
Dmissing.h51 #define be32toh(x) bswap_32 (x)
/external/flac/include/share/
Dendswap.h57 #define ENDSWAP_32(x) (bswap_32 (x))
/external/syslinux/core/lwip/src/include/
Dlwipopts.h67 #define LWIP_PLATFORM_HTONL(x) bswap_32(x)
/external/libtextclassifier/util/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/syslinux/gpxe/src/include/
Dbyteswap.h56 #define bswap_32(x) __bswap_32(x) macro
/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