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

1 2 3 4 5

  /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 78 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(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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # define htobe64(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # 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
  /bionic/libc/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-9/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)

Completed in 292 milliseconds

1 2 3 4 5