/external/elfutils/libelf/ |
D | version_xlate.h | 79 ddest->vd_version = bswap_16 (dsrc->vd_version); in elf_cvt_Verdef() 80 ddest->vd_flags = bswap_16 (dsrc->vd_flags); in elf_cvt_Verdef() 81 ddest->vd_ndx = bswap_16 (dsrc->vd_ndx); in elf_cvt_Verdef() 82 ddest->vd_cnt = bswap_16 (dsrc->vd_cnt); in elf_cvt_Verdef() 120 ddest->vd_version = bswap_16 (dsrc->vd_version); in elf_cvt_Verdef() 121 ddest->vd_flags = bswap_16 (dsrc->vd_flags); in elf_cvt_Verdef() 122 ddest->vd_ndx = bswap_16 (dsrc->vd_ndx); in elf_cvt_Verdef() 123 ddest->vd_cnt = bswap_16 (dsrc->vd_cnt); in elf_cvt_Verdef() 178 ndest->vn_version = bswap_16 (nsrc->vn_version); in elf_cvt_Verneed() 179 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt); in elf_cvt_Verneed() [all …]
|
D | common.h | 142 ? bswap_16 (Var) \ 151 ? bswap_16 (Var) \
|
D | gelf_xlate.c | 99 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
|
/external/icing/icing/portable/ |
D | endian.h | 80 #define bswap_16(x) _byteswap_ushort(x) macro 88 #define bswap_16(x) OSSwapInt16(x) macro 97 static inline uint16 bswap_16(uint16 x) { in bswap_16() function 104 #define bswap_16(x) bswap_16(x) macro 161 inline uint16 gbswap_16(uint16 host_int) { return bswap_16(host_int); } in gbswap_16()
|
/external/libtextclassifier/native/utils/base/ |
D | endian.h | 49 #if !defined(bswap_16) 51 #define bswap_16(x) OSSwapInt16(x) 58 static inline uint16 bswap_16(uint16 x) { 61 #define bswap_16(x) bswap_16(x)
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | endian.h | 36 #ifndef bswap_16 37 static inline uint16 bswap_16(uint16 x) { 40 #define bswap_16(x) bswap_16(x)
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 263 #define bswap_16(x) _byteswap_ushort(x) macro 269 #define bswap_16(x) OSSwapInt16(x) macro 275 #ifndef bswap_16 276 static inline uint16 bswap_16(uint16 x) { in bswap_16() function 279 #define bswap_16(x) bswap_16(x) macro 379 static uint16 FromHost16(uint16 x) { return bswap_16(x); } in FromHost16() 380 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 27 #define bswap_16 swap16 macro 31 #define bswap_16 bswap16 macro 44 static inline unsigned short bswap_16(unsigned short v) in bswap_16() function 61 #define bswap_16 CPU_swap_u16 macro 177 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) 178 #define host_to_be16(n) ((__force be16) bswap_16((n))) 188 #define le_to_host16(n) bswap_16(n) 189 #define host_to_le16(n) bswap_16(n) 396 #ifndef bswap_16 397 #define bswap_16(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)) macro
|
/external/elfutils/libcpu/ |
D | memory-access.h | 55 ? bswap_16 (*((const uint16_t *) (Addr))) \ 59 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \ 100 return bswap_16 (up->u2); in read_2ubyte_unaligned() 108 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned()
|
/external/google-breakpad/src/common/mac/ |
D | byteswap.h | 56 static inline uint16_t ByteSwap(uint16_t v) { return bswap_16(v); } in ByteSwap() 59 static inline int16_t ByteSwap(int16_t v) { return bswap_16(v); } in ByteSwap()
|
/external/selinux/libsepol/src/ |
D | private.h | 32 #define cpu_to_le16(x) bswap_16(x) 33 #define le16_to_cpu(x) bswap_16(x)
|
/external/toybox/lib/ |
D | portability.h | 132 #define bswap_16(x) OSSwapInt16(x) macro 164 #define SWAP_LE16(x) bswap_16(x) 169 #define SWAP_BE16(x) bswap_16(x)
|
/external/elfutils/libdw/ |
D | memory-access.h | 202 ? bswap_16 (*((const uint16_t *) (Addr))) \ 206 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \ 262 return bswap_16 (up->u2); in read_2ubyte_unaligned_1() 270 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned_1()
|
/external/flac/include/share/ |
D | endswap.h | 60 #define ENDSWAP_16(x) (bswap_16 (x))
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | byte_swap.h | 35 #define BYTE_SWAP_16(x) bswap_16(x)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 10 #define be16_to_cpup(x) bswap_16(*x)
|
/external/elfutils/libdwfl/ |
D | image-header.c | 42 # define LE16(x) bswap_16 (x)
|
/external/dynamic_depth/internal/base/ |
D | port.h | 162 #define bswap_16(x) _byteswap_ushort(x) macro 169 #define bswap_16(x) OSSwapInt16(x) macro 178 static inline uint16 bswap_16(uint16 x) { in bswap_16() function 181 #define bswap_16(x) bswap_16(x) macro
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | bitmanip.ll | 91 ; CHECK-LABEL: bswap_16 94 define i16 @bswap_16(i16 %p) #0 {
|
/external/blktrace/ |
D | blktrace.h | 73 #define __bswap_16 bswap_16
|
/external/openscreen/util/ |
D | big_endian.h | 112 return bswap_16(x);
|
/external/abseil-cpp/absl/base/internal/ |
D | endian.h | 102 return bswap_16(host_int);
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 102 return bswap_16(host_int);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zutil.h | 189 # define ZSWAP16(q) bswap_16(q)
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | endian.h | 102 return bswap_16(host_int);
|