HomeSort by relevance Sort by last modified time
    Searched full:total_size (Results 76 - 100 of 360) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/vboot_reference/tests/
vb21_host_misc_tests.c 58 c->total_size = sizeof(cbuf);
64 TEST_EQ(read_size, c->total_size, " data size");
vb21_host_fw_preamble_tests.c 83 TEST_SUCC(vb2_verify_fw_preamble(fp, fp->c.total_size, pubk4096, &wb),
93 hashes[i]->c.total_size), " hash[i]");
94 hash_next += hashes[i]->c.total_size;
vb21_misc_tests.c 100 kb->c.total_size = sizeof(mock_vblock.k);
109 dk->c.total_size = dk->key_offset + dk->key_size;
112 pre->c.total_size = sizeof(mock_vblock.p);
255 kb->c.total_size = sizeof(mock_vblock) + 1;
292 TEST_EQ(sd->workbuf_preamble_size, pre->c.total_size, "preamble size");
332 pre->c.total_size = sizeof(mock_vblock);
  /art/runtime/
mapping_table.h 45 uint32_t total_size = DecodeUnsignedLeb128(&table); variable
47 return total_size - pc_to_dex_size;
54 uint32_t total_size = DecodeUnsignedLeb128(&table); local
57 DCHECK_GT(total_size, pc_to_dex_size);
128 DecodeUnsignedLeb128(&table); // Total_size, unused.
137 DecodeUnsignedLeb128(&table); // Total_size, unused.
  /external/webrtc/webrtc/base/
multipart.cc 212 size_t part_size, total_size = 0; local
217 total_size += part_size;
220 *size = total_size;
229 size_t part_size, total_size = 0; local
234 total_size += part_size;
237 *size = total_size;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
storage_manager.c 45 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
57 ds.total_size = sizeof(struct data_header_t);
89 ds.total_size += size + sizeof(struct data_header_t);
101 *size = ds.total_size;
184 if (sz >= ds.total_size) {
201 ds.total_size - sizeof(struct data_header_t));
203 hd->size = ds.total_size;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
storage_manager.c 45 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
57 ds.total_size = sizeof(struct data_header_t);
89 ds.total_size += size + sizeof(struct data_header_t);
101 *size = ds.total_size;
184 if (sz >= ds.total_size) {
201 ds.total_size - sizeof(struct data_header_t));
203 hd->size = ds.total_size;
  /external/vboot_reference/firmware/lib21/
common.c 26 if (parent_size < c->total_size)
33 if (c->total_size < c->fixed_size || c->fixed_size < sizeof(*c))
37 if (!vb2_aligned(c->total_size, sizeof(uint32_t)))
49 if (c->fixed_size + c->desc_size > c->total_size)
86 if (member_end > c->total_size)
119 rv = vb2_verify_common_header(m, p->total_size - member_offset);
124 *min_offset = member_offset + m->total_size;
357 block->c.total_size - sig_offset);
420 sig, preamble->c.total_size - hash_offset);
  /system/core/cpio/
mkbootfs.c 55 static int total_size = 0; variable
96 while(total_size & 3) {
97 total_size++;
124 total_size += 6 + 8*13 + olen + 1;
128 while(total_size & 3) {
129 total_size++;
135 total_size += datasize;
145 while(total_size & 0xff) {
146 total_size++;
  /external/webp/src/utils/
huffman.c 81 int total_size = 1 << root_bits; // total size root table + 2nd level table local
135 ReplicateValue(table, 1, total_size, code);
137 return total_size;
143 uint32_t mask = total_size - 1; // mask for low bits
184 total_size += table_size;
204 return total_size;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api_helper.py 50 total_size: Total object size.
66 'total_size': src_obj_metadata.size,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 203 mt->total_size = align(nby, 16) * mt->level[0].pitch;
206 mt->layer_stride = align(mt->total_size, NVC0_TILE_SIZE(0x10));
207 mt->total_size = mt->layer_stride * pt->array_size;
234 lvl->offset = mt->total_size;
244 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
252 mt->layer_stride = align(mt->total_size,
254 mt->total_size = mt->layer_stride * pt->array_size;
315 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
  /bootable/recovery/mtdutils/
mtdutils.h 41 size_t *total_size, size_t *erase_size, size_t *write_size);
  /external/pcre/dist/sljit/
sljitExecAllocator.c 148 static sljit_uw total_size; variable
220 total_size += chunk_size;
281 if (total_size - free_block->size > (allocated_size * 3 / 2)) {
282 total_size -= free_block->size;
303 total_size -= free_block->size;
310 SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks));
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 209 total_size = (2 * TagByteSize(1) + TagByteSize(2) + TagByteSize(3))
212 total_size += _VarUInt64ByteSizeNoTag(field_number)
217 total_size += _VarUInt64ByteSizeNoTag(message_size)
220 total_size += message_size
221 return total_size
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 209 total_size = (2 * TagByteSize(1) + TagByteSize(2) + TagByteSize(3))
212 total_size += _VarUInt64ByteSizeNoTag(field_number)
217 total_size += _VarUInt64ByteSizeNoTag(message_size)
220 total_size += message_size
221 return total_size
  /external/v8/tools/oom_dump/
oom_dump.cc 210 int total_size = 0; local
212 total_size += size_per_type[i];
266 100. * size / total_size, 100. * running_size / total_size);
269 "total", 0, toM(total_size), 100., 100.);
  /system/tpm/trunks/ftdi/
support.c 98 int i = 0, j = 0, k = 0, dsize = 0, num_blocks = 0, total_size = 0, local
117 total_size = size + (CMD_SIZE * num_blocks);
121 total_size += (CMD_SIZE * 3 * num_blocks);
124 buf = malloc(total_size);
126 memset(buf, 0, total_size);
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 913 int total_size = 0; local
1493 int total_size = 0; local
1873 int total_size = 0; local
2336 int total_size = 0; local
3038 int total_size = 0; local
3374 int total_size = 0; local
3681 int total_size = 0; local
4012 int total_size = 0; local
4344 int total_size = 0; local
4743 int total_size = 0; local
5453 int total_size = 0; local
5910 int total_size = 0; local
6410 int total_size = 0; local
6778 int total_size = 0; local
7066 int total_size = 0; local
7345 int total_size = 0; local
7624 int total_size = 0; local
7911 int total_size = 0; local
8376 int total_size = 0; local
8821 int total_size = 0; local
9094 int total_size = 0; local
    [all...]
extension_set_heavy.cc 300 int total_size = local
306 total_size += iter->second.SpaceUsedExcludingSelf();
308 return total_size;
317 int total_size = 0; local
322 total_size += sizeof(*repeated_##LOWERCASE##_value) + \
342 total_size += sizeof(*repeated_message_value) +
349 total_size += sizeof(*string_value) +
354 total_size += lazymessage_value->SpaceUsed();
356 total_size += down_cast<Message*>(message_value)->SpaceUsed();
364 return total_size;
722 int total_size = 0; local
    [all...]
  /external/libmicrohttpd/src/microspdy/
session.c 430 size_t total_size; local
459 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
463 if(NULL == (session->write_buffer = malloc(total_size)))
477 session->write_buffer_size = total_size;
521 size_t total_size; local
530 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
534 if(NULL == (session->write_buffer = malloc(total_size)))
540 session->write_buffer_size = total_size;
574 size_t total_size; local
588 total_size = sizeof(struct SPDYF_Data_Frame) //SPDY heade
746 size_t total_size; local
791 size_t total_size; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 398 int total_size = 0; local
403 total_size += 1 +
410 total_size += 1 * this->file_to_generate_size();
412 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
417 total_size += 1 * this->proto_file_size();
419 total_size +=
425 total_size +=
430 _cached_size_ = total_size;
432 return total_size;
759 int total_size = 0 local
1053 int total_size = 0; local
    [all...]
  /device/google/dragon/recovery/updater/
flash_device.c 43 size_t total_size; member in struct:flash_device
75 dev->total_size = dev->ops->get_size(dev->priv_data);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
concurrent.py 48 def _calculate_required_part_size(self, total_size):
49 min_part_size_required = minimum_part_size(total_size)
57 total_parts = int(math.ceil(total_size / float(part_size)))
129 total_size = os.stat(filename).st_size
130 total_parts, part_size = self._calculate_required_part_size(total_size)
156 total_size)
300 total_size = self._job.archive_size
301 total_parts, part_size = self._calculate_required_part_size(total_size)
  /external/vboot_reference/firmware/2lib/include/
2sha.h 49 uint32_t total_size; member in struct:vb2_sha256_context
59 uint32_t total_size; member in struct:vb2_sha512_context

Completed in 1820 milliseconds

1 2 34 5 6 7 8 91011>>