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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 125 size_t total_size = FormatVersionFieldSize; local
132 total_size += (*subsec_it)->sizeOutput();
134 return total_size;
139 uint64_t total_size = 0; local
144 total_size += FormatVersionFieldSize;
152 total_size += (*subsec_it)->emit(buffer + total_size);
155 return total_size;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 120 uint32_t total_size = sizeof(wifi_radio_stat) + channel_size; local
121 external_stat_ptr = (wifi_radio_stat *)malloc(total_size);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 267 size_t total_size = 0; local
298 total_size += hdr->size;
309 if(total_size) {
311 (unsigned long) (total_size + 1023)/1024);
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 258 int total_size = total_width * rows; local
263 if ((unsigned)new_rows > (unsigned)total_size)
266 total_width = total_size / new_rows;
268 if (total_width * new_rows != total_size)
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 80 int total_size = sizeof(*fields_) + sizeof(UnknownField) * fields_->size(); local
85 total_size += sizeof(*field.length_delimited_.string_value_) +
90 total_size += field.group_->SpaceUsed();
96 return total_size;
  /external/vboot_reference/tests/
vb21_common2_tests.c 29 uint32_t size = key->c.total_size;
122 size = sig->c.total_size;
133 sig2->c.total_size += 4;
186 size = sig->c.total_size;
vb21_api_tests.c 108 memcpy((uint8_t *)pre + sig_offset, sig, sig->c.total_size);
109 sig_offset += sig->c.total_size;
110 mock_sig_size = sig->c.total_size;
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 39 size_t total_size; member in struct:Leak
  /art/compiler/utils/
dedupe_set-inl.h 44 size_t total_size = 0u; member in struct:art::DedupeSet::Stats
91 global_stats->total_size += keys_.Size();
246 stats.total_size,
  /art/runtime/lambda/
closure_builder.cc 149 size_t total_size = header_size; local
195 total_size += var_size;
205 return total_size;
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 36 private static final int TOTAL_SIZE = 1024;
51 byte[] buffer = new byte[TOTAL_SIZE];
81 verifyData(fis, SKIP_SIZE, TOTAL_SIZE - SKIP_SIZE);
  /system/extras/showslab/
showslab.c 33 unsigned long total_size; /* size of all objects */ member in struct:slab_stat
136 stats->total_size += p->nr_objs * p->obj_size;
151 stats->avg_obj_size = stats->total_size / stats->nr_objs;
327 stats.total_size / 1024.0,
328 100.0 * stats.active_size / stats.total_size,
  /system/update_engine/payload_generator/
payload_file.cc 322 off_t total_size = 0; local
329 total_size += aop.op.data_length();
336 total_size += metadata_size;
344 object.size * 100.0 / total_size,
352 100.0, static_cast<intmax_t>(total_size), "", "<total>");
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 70 int total_size; member in class:CV_BaseHistTest
147 total_size = 1;
156 total_size *= dims[i];
377 iters = (cvtest::randInt(rng) % MAX(total_size/10,100)) + 1;
378 iters = MIN( iters, total_size*9/10 + 1 );
385 //printf( "total_size = %d, cdims = %d, iters = %d\n", total_size, cdims, iters );
387 bit_mask = cvCreateMat( 1, (total_size + 7)/8, CV_8U );
614 if( !eq || total_size == 1 )
621 if( total_size == 1
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 201 mt->total_size = mt->level[0].pitch * pt->height0;
229 lvl->offset = mt->total_size;
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
247 mt->layer_stride = align(mt->total_size,
249 mt->total_size = mt->layer_stride * pt->array_size;
292 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
nv50_resource.h 49 uint32_t total_size; member in struct:nv50_miptree
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 100 (total_regs < brw->curbe.total_size / 4 &&
101 brw->curbe.total_size > 16)) {
114 brw->curbe.total_size = reg;
189 const GLuint sz = brw->curbe.total_size;
342 if (brw->curbe.total_size == 0) {
349 (brw->curbe.total_size - 1) + brw->curbe.curbe_offset);
  /system/tpm/attestation/common/
crypto_utility_impl.cc 347 size_t total_size = output_size; local
355 total_size += output_size;
356 encrypted_data->resize(total_size);
397 size_t total_size = output_size; local
405 total_size += output_size;
406 data->resize(total_size);
  /device/google/dragon/recovery/updater/
flash_ec.c 182 uint32_t total_size = sizeof(*p) + write_size; local
184 p = malloc(total_size);
193 res = ec_command(dev, EC_CMD_FLASH_WRITE, 1, p, total_size,
  /external/e2fsprogs/lib/ext2fs/
imager.c 289 int c, total_size; local
313 total_size = size * fs->group_desc_count;
335 size = total_size % fs->blocksize;
  /external/vboot_reference/host/lib21/
host_key.c 260 pkey.c.total_size = pkey.key_offset + pkey.key_size;
263 buf = calloc(1, pkey.c.total_size);
481 key.c.total_size = key.key_offset + key.key_size;
490 buf = calloc(1, key.c.total_size);
  /external/webp/src/utils/
utils.c 167 const uint64_t total_size = nmemb * size; local
170 if (total_size != (size_t)total_size) return 0;
177 if (mem_limit > 0 && total_mem + total_size >= mem_limit) {
  /toolchain/binutils/binutils-2.25/opcodes/
crx-dis.c 380 int inst_bit_size, total_size; local
437 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */
438 p = makelongparameter (allWords, inst_bit_size - total_size,
439 inst_bit_size - (total_size - 4));
441 p = makelongparameter (allWords, inst_bit_size - (total_size - 4),
442 inst_bit_size - (total_size - 8));
444 p = makelongparameter (allWords, inst_bit_size - (total_size - 8),
445 inst_bit_size - (total_size - 10));
447 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
  /external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
platform_DebugDaemonGetPerfData.py 116 total_size = sum(entry.size for entry in sizes)
120 keyvals[key] = total_size / len(sizes)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_media.py 70 total_size=0, progress_callback=None):
73 self.total_size = total_size
80 outer_total_size = self.total_size
171 buffer_size=TRANSFER_BUFFER_SIZE, total_size=0,
174 self.total_size = total_size
184 outer_total_size = self.total_size

Completed in 1150 milliseconds

1 2 3 45 6 7 8 91011>>