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

  /external/avb/libavb/
avb_chain_partition_descriptor.c 59 if (expected_size > dest->parent_descriptor.num_bytes_following) {
avb_descriptor.c 32 dest->num_bytes_following = avb_be64toh(src->num_bytes_following);
34 if ((dest->num_bytes_following & 0x07) != 0) {
93 uint64_t nb_following = avb_be64toh(dh->num_bytes_following);
avb_descriptor.h 58 * following, |num_bytes_following|.
60 * For padding, |num_bytes_following| is always a multiple of 8.
64 uint64_t num_bytes_following; member in struct:AvbDescriptor
avb_kernel_cmdline_descriptor.c 52 if (expected_size > dest->parent_descriptor.num_bytes_following) {
avb_hash_descriptor.c 57 if (expected_size > dest->parent_descriptor.num_bytes_following) {
avb_hashtree_descriptor.c 65 if (expected_size > dest->parent_descriptor.num_bytes_following) {
avb_property_descriptor.c 53 if (expected_size > dest->parent_descriptor.num_bytes_following) {
  /external/avb/test/
avb_util_unittest.cc 125 h.parent_descriptor.num_bytes_following = htobe64(nbf);
140 EXPECT_EQ(nbf, s.parent_descriptor.num_bytes_following);
164 h.parent_descriptor.num_bytes_following = htobe64(nbf);
217 EXPECT_EQ(nbf, s.parent_descriptor.num_bytes_following);
251 h.parent_descriptor.num_bytes_following = htobe64(nbf);
260 EXPECT_EQ(nbf, s.parent_descriptor.num_bytes_following);
294 h.parent_descriptor.num_bytes_following = htobe64(nbf);
303 EXPECT_EQ(nbf, s.parent_descriptor.num_bytes_following);
337 h.parent_descriptor.num_bytes_following = htobe64(nbf);
345 EXPECT_EQ(nbf, s.parent_descriptor.num_bytes_following);
    [all...]
  /external/avb/
avbtool     [all...]

Completed in 86 milliseconds