/external/avb/test/ |
D | avb_vbmeta_image_unittest.cc | 205 h->authentication_data_block_size = htobe64(size); in TEST_F() 211 h->auxiliary_data_block_size = htobe64(size); in TEST_F() 221 h->authentication_data_block_size = htobe64(size); in TEST_F() 227 h->auxiliary_data_block_size = htobe64(size); in TEST_F() 277 h->hash_offset = htobe64(4); in TEST_F() 278 h->hash_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F() 284 h->hash_offset = htobe64(4); in TEST_F() 285 h->hash_size = htobe64(0xfffffffffffffffeUL); in TEST_F() 301 h->signature_offset = htobe64(4); in TEST_F() 302 h->signature_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F() [all …]
|
D | avb_util_unittest.cc | 79 h.original_image_size = htobe64(n64); in TEST_F() 81 h.vbmeta_offset = htobe64(n64); in TEST_F() 83 h.vbmeta_size = htobe64(n64); in TEST_F() 125 h.parent_descriptor.num_bytes_following = htobe64(nbf); in TEST_F() 126 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_KERNEL_CMDLINE); in TEST_F() 145 bad.parent_descriptor.tag = htobe64(0xf00dd00d); in TEST_F() 164 h.parent_descriptor.num_bytes_following = htobe64(nbf); in TEST_F() 165 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_HASHTREE); in TEST_F() 175 h.image_size = htobe64(n64); in TEST_F() 177 h.tree_offset = htobe64(n64); in TEST_F() [all …]
|
/external/mbedtls/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 23 # define htobe64(x) OSSwapHostToBigInt64(x) macro 41 # define htobe64(x) BE_64(x) macro 74 # define htobe64(x) _byteswap_uint64(x) macro 93 # define htobe64(x) __builtin_bswap64(x) macro 115 # define htobe64(x) (x) macro 141 # define htobe64(x) \ macro 148 # define be64toh(x) (htobe64((x))) 202 #define store64_be(b, i) (store64(b, htobe64(i)))
|
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 23 # define htobe64(x) OSSwapHostToBigInt64(x) macro 41 # define htobe64(x) BE_64(x) macro 74 # define htobe64(x) _byteswap_uint64(x) macro 93 # define htobe64(x) __builtin_bswap64(x) macro 115 # define htobe64(x) (x) macro 141 # define htobe64(x) \ macro 148 # define be64toh(x) (htobe64((x))) 202 #define store64_be(b, i) (store64(b, htobe64(i)))
|
/external/webrtc/rtc_base/ |
D | byte_order.h | 29 #define htobe64(v) OSSwapHostToBigInt64(v) macro 62 #define htobe64(v) _byteswap_uint64(v) macro 66 #define htobe64(v) __builtin_bswap64(v) macro 82 #define htobe64(v) (v) macro 86 #define htobe64(v) (v) macro 122 uint64_t val = htobe64(v); in SetBE64() 195 return htobe64(n); in HostToNetwork64()
|
/external/iperf3/src/ |
D | portable_endian.h | 40 # define htobe64(x) (x) macro 58 # define htobe64(x) OSSwapHostToBigInt64(x) macro 85 # define htobe64(x) htonll(x) macro 104 # define htobe64(x) htonll(x) macro 122 # define htobe64(x) (x) macro 170 #define htobe64(n) HTONLL(n) macro
|
D | iperf_udp.c | 230 pcount = htobe64(sp->packet_count); in iperf_udp_send()
|
/external/kmod/port-gnu/ |
D | endian-darwin.h | 34 # define htobe64(x) OSSwapHostToBigInt64(x) macro 78 # define htobe64(x) htonll(x) macro 96 # define htobe64(x) (x) macro
|
/external/vboot_reference/cgpt/ |
D | cgpt_endian.h | 31 # define htobe64(x) __bswap_64 (x) macro 46 # define htobe64(x) (x) macro
|
/external/musl/include/ |
D | endian.h | 39 #define htobe64(x) __bswap64(x) macro 52 #define htobe64(x) (uint64_t)(x) macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 56 #define htobe64(x) bswap64((x)) macro 70 #define htobe64(x) ((uint64_t)(x)) macro
|
/external/ot-br-posix/src/common/ |
D | byteswap.hpp | 53 #define htobe64(x) OSSwapHostToBigInt64(x) macro
|
/external/musl/arch/mips64/ |
D | reloc.h | 37 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
|
/external/tpm2-tss/src/util/ |
D | tss2_endian.h | 20 #define HOST_TO_BE_64(value) htobe64(value)
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 240 #define htobe64(x) (x) 270 #define htobe64(x) swap64(x) 273 #define HTOBE64(x) (x) = htobe64(x) 306 #define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) 460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X))
|
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 116 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
|
/external/ot-br-posix/src/border_agent/ |
D | border_agent.cpp | 265 activeTimestampValue = htobe64(activeTimestampValue); in PublishMeshCopService()
|