Searched refs:htobe64 (Results 1 – 12 of 12) sorted by relevance
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 …]
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 …]
27 #define htobe64(v) OSSwapHostToBigInt64(v) macro60 #define htobe64(v) _byteswap_uint64(v) macro64 #define htobe64(v) __builtin_bswap64(v) macro80 #define htobe64(v) (v) macro84 #define htobe64(v) (v) macro118 *static_cast<uint64_t*>(memory) = htobe64(v); in SetBE64()175 return htobe64(n); in HostToNetwork64()
40 # define htobe64(x) (x) macro58 # define htobe64(x) OSSwapHostToBigInt64(x) macro85 # define htobe64(x) htonll(x) macro104 # define htobe64(x) htonll(x) macro122 # define htobe64(x) (x) macro170 #define htobe64(n) HTONLL(n) macro
230 pcount = htobe64(sp->packet_count); in iperf_udp_send()
34 # define htobe64(x) OSSwapHostToBigInt64(x) macro78 # define htobe64(x) htonll(x) macro96 # define htobe64(x) (x) macro
31 # define htobe64(x) __bswap_64 (x) macro46 # define htobe64(x) (x) macro
56 #define htobe64(x) bswap64((x)) macro70 #define htobe64(x) ((uint64_t)(x)) macro
20 #define HOST_TO_BE_64(value) htobe64(value)
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)
116 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
1176 #define htonll(x) htobe64(x)