/external/elfutils/libelf/ |
D | version_xlate.h | 83 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 …]
|
D | gnuhash_xlate.h | 49 dest32[cnt] = bswap_32 (src32[cnt]); in elf_cvt_gnuhash() 71 *dest32++ = bswap_32 (*src32++); in elf_cvt_gnuhash()
|
D | common.h | 144 ? bswap_32 (Var) \ 153 ? bswap_32 (Var) \
|
D | elf_getarsym.c | 69 *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/ |
D | port.h | 284 #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/ |
D | byteswap.h | 41 #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/ |
D | common.h | 28 #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/ |
D | memory-access.h | 66 ? 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/ |
D | unaligned.h | 38 # define target_bswap_32(n) bswap_32 (n) 91 uint32_t _val = bswap_32 (_ptr->u) + (value); \ 92 _ptr->u = bswap_32 (_val); \
|
D | arlib.h | 50 # define le_bswap_32(val) bswap_32 (val)
|
/external/libtextclassifier/ |
D | base.h | 53 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/ |
D | test-vphn.c | 7 #define cpu_to_be32(x) bswap_32(x) 8 #define be32_to_cpu(x) bswap_32(x)
|
/external/selinux/libsepol/src/ |
D | private.h | 34 #define cpu_to_le32(x) bswap_32(x) 35 #define le32_to_cpu(x) bswap_32(x)
|
/external/elfutils/libdw/ |
D | memory-access.h | 144 ? 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/ |
D | system.h | 42 # define BE32(n) bswap_32 (n) 47 # define LE32(n) bswap_32 (n)
|
/external/toybox/lib/ |
D | portability.h | 164 #define SWAP_LE32(x) bswap_32(x) 169 #define SWAP_BE32(x) bswap_32(x)
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 58 #define CPU_TO_LE32( x ) bswap_32( x )
|
/external/kmod/shared/ |
D | missing.h | 51 #define be32toh(x) bswap_32 (x)
|
/external/flac/include/share/ |
D | endswap.h | 57 #define ENDSWAP_32(x) (bswap_32 (x))
|
/external/syslinux/core/lwip/src/include/ |
D | lwipopts.h | 67 #define LWIP_PLATFORM_HTONL(x) bswap_32(x)
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 81 #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/ |
D | byteswap.h | 56 #define bswap_32(x) __bswap_32(x) macro
|
/external/e2fsprogs/intl/ |
D | gettextP.h | 60 # define SWAP(i) bswap_32 (i)
|
/external/vboot_reference/firmware/2lib/ |
D | 2sha1.c | 54 (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/ |
D | sha1.c | 47 (W[t] = bswap_32(ctx->buf.w[t])) + \ in SHA1_Transform() 168 ctx->buf.w[i] = bswap_32(ctx->state[i]); in SHA1_final()
|