Searched refs:htobe64 (Results 1 - 8 of 8) sorted by relevance

/external/avb/test/
H A Davb_vbmeta_image_unittest.cc205 h->authentication_data_block_size = htobe64(size);
211 h->auxiliary_data_block_size = htobe64(size);
221 h->authentication_data_block_size = htobe64(size);
227 h->auxiliary_data_block_size = htobe64(size);
277 h->hash_offset = htobe64(4);
278 h->hash_size = htobe64(be64toh(h->authentication_data_block_size));
284 h->hash_offset = htobe64(4);
285 h->hash_size = htobe64(0xfffffffffffffffeUL);
301 h->signature_offset = htobe64(4);
302 h->signature_size = htobe64(be64to
[all...]
H A Davb_util_unittest.cc78 h.original_image_size = htobe64(n64);
80 h.vbmeta_offset = htobe64(n64);
82 h.vbmeta_size = htobe64(n64);
124 h.parent_descriptor.num_bytes_following = htobe64(nbf);
125 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_KERNEL_CMDLINE);
144 bad.parent_descriptor.tag = htobe64(0xf00dd00d);
163 h.parent_descriptor.num_bytes_following = htobe64(nbf);
164 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_HASHTREE);
174 h.image_size = htobe64(n64);
176 h.tree_offset = htobe64(n6
[all...]
/external/vboot_reference/cgpt/
H A Dcgpt_endian.h31 # define htobe64(x) __bswap_64 (x) macro
46 # define htobe64(x) (x) macro
/external/kmod/port-gnu/
H A Dendian-darwin.h34 # define htobe64(x) OSSwapHostToBigInt64(x) macro
78 # define htobe64(x) htonll(x) macro
96 # define htobe64(x) (x) macro
/external/elfutils/libelf/
H A Delf_compress_gnu.c114 uint64_t be64_size = htobe64 (orig_size);
/external/nfacct/
H A Dnfacct.c284 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts));
285 nla_put_u64(msg, NFACCT_BYTES, htobe64(bytes));
/external/libvncserver/libvncserver/
H A Dwebsockets.c57 #define WS_NTOH64(n) htobe64(n)
60 #define WS_HTON64(n) htobe64(n)
/external/tpm2/
H A Dtpm_generated.c22 value_net = htobe64(*source);
70 value_net = htobe64(*source);
118 value_net = htobe64(*source);
166 value_net = htobe64(*source);
214 value_net = htobe64(*source);
262 value_net = htobe64(*source);
310 value_net = htobe64(*source);
358 value_net = htobe64(*source);

Completed in 761 milliseconds