/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 284 #define bswap_64(x) _byteswap_uint64(x) macro 290 #define bswap_64(x) OSSwapInt64(x) macro 305 static inline uint64 bswap_64(uint64 x) { in bswap_64() function 315 #define bswap_64(x) bswap_64(x) macro 333 static uint64 FromHost64(uint64 x) { return bswap_64(x); } in FromHost64() 334 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64()
|
/external/libtextclassifier/lang_id/common/lite_base/ |
D | endian.h | 51 #ifndef bswap_64 53 static inline uint64 bswap_64(uint64 x) { 63 #define bswap_64(x) bswap_64(x)
|
/external/libtextclassifier/utils/base/ |
D | endian.h | 53 #define bswap_64(x) OSSwapInt64(x) 67 static inline uint64 bswap_64(uint64 x) { 77 #define bswap_64(x) bswap_64(x)
|
/external/elfutils/libcpu/ |
D | memory-access.h | 75 ? bswap_64 (*((const uint64_t *) (Addr))) \ 79 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \ 140 return bswap_64 (up->u8); in read_8ubyte_unaligned() 148 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned()
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 130 EXPECT_EQ(bswap_64(0xffffffff01234567), sample.ip); in TEST() 133 EXPECT_EQ(bswap_64(1415837014 * 1000000000ULL), sample.time); in TEST() 134 EXPECT_EQ(bswap_64(0x00007f999c38d15a), sample.addr); in TEST() 135 EXPECT_EQ(bswap_64(2), sample.id); in TEST() 136 EXPECT_EQ(bswap_64(1), sample.stream_id); in TEST() 138 EXPECT_EQ(bswap_64(10001), sample.period); in TEST()
|
D | binary_data_utils.h | 37 *input = bswap_64(*input); in ByteSwap()
|
/external/toybox/lib/ |
D | portability.h | 124 #define bswap_64(x) OSSwapInt64(x) macro 158 #define SWAP_LE64(x) bswap_64(x) 163 #define SWAP_BE64(x) bswap_64(x)
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 29 #define bswap_64 swap64 macro 33 #define bswap_64 bswap64 macro 185 #define be_to_host64(n) bswap_64((__force u64) (be64) (n)) 186 #define host_to_be64(n) ((__force be64) bswap_64((n))) 196 #define le_to_host64(n) bswap_64(n) 197 #define host_to_le64(n) bswap_64(n)
|
/external/selinux/libsepol/src/ |
D | private.h | 36 #define cpu_to_le64(x) bswap_64(x) 37 #define le64_to_cpu(x) bswap_64(x)
|
/external/elfutils/libdw/ |
D | memory-access.h | 192 ? bswap_64 (*((const uint64_t *) (Addr))) \ 196 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \ 276 return bswap_64 (up->u8); in read_8ubyte_unaligned_1() 284 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned_1()
|
/external/elfutils/libelf/ |
D | common.h | 145 : bswap_64 (Var)))) 154 : bswap_64 (Var))))
|
D | gnuhash_xlate.h | 62 dest64[cnt] = bswap_64 (src64[cnt]); in elf_cvt_gnuhash()
|
D | elf_getarsym.c | 69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries() 275 tmp = bswap_64 (tmp); in elf_getarsym()
|
D | gelf_xlate.c | 101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
|
/external/elfutils/lib/ |
D | system.h | 45 # define BE64(n) bswap_64 (n) 50 # define LE64(n) bswap_64 (n)
|
/external/libtextclassifier/utils/hash/ |
D | farmhash.cc | 81 #if !defined(bswap_32) || !defined(bswap_64) 83 #undef bswap_64 90 #define bswap_64(x) __builtin_bswap64(x) macro 95 #if defined(FARMHASH_UNKNOWN_ENDIAN) || !defined(bswap_64) 100 #undef bswap_64 102 #define bswap_64(x) _byteswap_uint64(x) macro 109 #undef bswap_64 111 #define bswap_64(x) OSSwapInt64(x) macro 117 #undef bswap_64 119 #define bswap_64(x) BSWAP_64(x) macro [all …]
|
/external/dynamic_depth/internal/base/ |
D | port.h | 164 #define bswap_64(x) _byteswap_uint64(x) macro 171 #define bswap_64(x) OSSwapInt64(x) macro 187 static inline uint64 bswap_64(uint64 x) { in bswap_64() function 197 #define bswap_64(x) bswap_64(x) macro
|
/external/flac/include/share/ |
D | endswap.h | 62 #define ENDSWAP_64(x) (bswap_64 (x))
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | bitmanip.ll | 106 ; CHECK-LABEL: bswap_64 110 define i64 @bswap_64(i64 %p) #0 {
|
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 11 #define cpu_to_be64(x) bswap_64(x)
|
/external/blktrace/ |
D | blktrace.h | 75 #define __bswap_64 bswap_64
|
/external/libnl/lib/netfilter/ |
D | log_msg.c | 39 return bswap_64(x); in ntohll()
|
D | ct.c | 45 return bswap_64(x); in ntohll() 49 return bswap_64(x); in htonll()
|
D | queue_msg.c | 39 return bswap_64(x); in ntohll()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 138 static inline uint64_t bswap_64(uint64_t val) in bswap_64() function 161 #define le64_to_cpu(x) bswap_64(x) 164 #define cpu_to_le64(x) bswap_64(x)
|