HomeSort by relevance Sort by last modified time
    Searched refs:htobe64 (Results 1 - 19 of 19) sorted by null

  /external/avb/test/
avb_vbmeta_image_unittest.cc 205 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(be64toh(h->authentication_data_block_size))
    [all...]
avb_util_unittest.cc 80 h.original_image_size = htobe64(n64);
82 h.vbmeta_offset = htobe64(n64);
84 h.vbmeta_size = htobe64(n64);
126 h.parent_descriptor.num_bytes_following = htobe64(nbf);
127 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_KERNEL_CMDLINE);
146 bad.parent_descriptor.tag = htobe64(0xf00dd00d);
165 h.parent_descriptor.num_bytes_following = htobe64(nbf);
166 h.parent_descriptor.tag = htobe64(AVB_DESCRIPTOR_TAG_HASHTREE);
176 h.image_size = htobe64(n64);
178 h.tree_offset = htobe64(n64)
    [all...]
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 49 #define htobe64(x) bswap64((x)) macro
63 #define htobe64(x) ((uint64_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 31 # define htobe64(x) __bswap_64 (x) macro
46 # define htobe64(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 34 # define htobe64(x) OSSwapHostToBigInt64(x) macro
78 # define htobe64(x) htonll(x) macro
96 # define htobe64(x) (x) macro
  /external/iperf3/src/
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
iperf_udp.c 207 pcount = htobe64(sp->packet_count);
  /bionic/libc/include/sys/
endian.h 80 #define htobe64(x) __swap64(x) macro
100 #define be64toh(x) htobe64(x)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 70 #define htobe64(x) bswap64((x)) macro
84 #define htobe64(x) ((uint64_t)(x)) macro
  /frameworks/av/media/img_utils/include/img_utils/
EndianUtils.h 198 return htobe64(in);
203 return htobe64(in);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 152 #define htobe64(x) (x) macro
159 #define HTOBE64(x) (void) (x)
168 #define htobe64(x) bswap64((uint64_t)(x))
175 #define HTOBE64(x) (x) = bswap64((uint64_t)(x))
184 #define be64toh(x) htobe64(x)
191 #define BE64TOH(x) HTOBE64(x)
  /bionic/tests/
endian_test.cpp 66 ASSERT_EQ(be64, htobe64(le64));
  /external/elfutils/libelf/
elf_compress_gnu.c 116 uint64_t be64_size = htobe64 (orig_size);
  /external/nfacct/
nfacct.c 284 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts));
285 nla_put_u64(msg, NFACCT_BYTES, htobe64(bytes));
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 53 __be64 beAppId = htobe64(appId.id);
  /device/google/contexthub/contexthubhal/test/
main.cpp 29 __be64 beAppId = htobe64(appId.id);
  /external/u-boot/tools/
mips-relocs.c 71 _val = is_be ? htobe64(val) : htole64(val); \
  /device/generic/goldfish/fingerprint/
fingerprint.c 593 htobe64((uint64_t)ts.tv_sec * 1000 + ts.tv_nsec / 1000000);
  /external/syzkaller/executor/
executor.cc 1116 val = htobe64(val);
    [all...]

Completed in 1241 milliseconds