HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 326 - 350 of 478) sorted by null

<<11121314151617181920

  /external/libchrome/base/strings/
string_util.cc 883 size_t total_size = (parts.size() - 1) * sep.size();
885 total_size += part.size();
887 result.reserve(total_size);
903 DCHECK_EQ(total_size, result.size());
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 676 bo_size = mt0->total_size + mt1->total_size;
692 mt1->base.offset = mt0->total_size;
693 mt1->base.address = buffer->interlaced->offset + mt0->total_size;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 117 GLuint csize = brw->curbe.total_size;
  /external/opencv/cxcore/src/
cxarray.cpp 960 size_t step, total_size; local
970 total_size = step*mat->rows + sizeof(int) + CV_MALLOC_ALIGN;
971 CV_CALL( mat->refcount = (int*)cvAlloc( (size_t)total_size ));
1008 size_t total_size = CV_ELEM_SIZE(mat->type); local
1015 total_size = (size_t)mat->dim[0].size*(mat->dim[0].step != 0 ?
1016 mat->dim[0].step : total_size);
1024 if( total_size < size )
1025 total_size = size;
1029 CV_CALL( mat->refcount = (int*)cvAlloc( total_size +
2969 int total_size = total_width * mat->rows; local
3146 int total_size = total_width * mat->rows; local
    [all...]
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 15 -- Adds githash and total_size to the JSON data.
23 "total_size": 1234567,
332 'total_size': sum(GetTreeSizes(tree_root).values()),}
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 15 -- Adds githash and total_size to the JSON data.
23 "total_size": 1234567,
332 'total_size': sum(GetTreeSizes(tree_root).values()),}
  /external/v8/tools/clang/scripts/
update.py 105 total_size = int(response.info().getheader('Content-Length').strip())
114 num_dots = TOTAL_DOTS * bytes_done / total_size
118 if bytes_done != total_size:
120 (bytes_done, total_size))
    [all...]
  /external/webp/src/dec/
io_dec.c 491 size_t tmp_size1, tmp_size2, total_size, rescaler_size; local
501 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);
504 p->memory = WebPSafeMalloc(1ULL, total_size + rescaler_size);
511 scalers = (WebPRescaler*)WEBP_ALIGN((const uint8_t*)work + total_size);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 674 rpc_uint32 total_size;
783 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 674 rpc_uint32 total_size;
783 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 674 rpc_uint32 total_size;
783 rpc_uint32 total_size;
  /system/libufdt/utils/src/
mkdtimg_dump.c 111 output_prop_int(out_fp, "total_size", header->total_size);
  /system/nvram/messages/
nvram_messages.cpp 36 MakeFieldList(MakeField(1, &GetInfoResponse::total_size),
  /test/vts/testcases/host/verify_dtbo/
VtsFirmwareDtboVerification.py 88 (magic, total_size, header_size, dt_entry_size, dt_entry_count,
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.cc 368 size_t total_size = kPartitionPageSize * num_partition_pages;
376 root->next_partition_page += total_size;
377 PartitionIncreaseCommittedPages(root, total_size);
392 PartitionIncreaseCommittedPages(root, total_size);
396 root->next_partition_page = ret + total_size;
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 282 int total_size = object_size_; local
284 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
287 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
297 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \
315 total_size += GetRaw<RepeatedPtrField<string> >(message, field)
323 total_size +=
328 total_size +=
366 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
381 total_size += sub_message->SpaceUsed();
389 return total_size;
    [all...]
  /external/dnsmasq/src/
cache.c 871 int i, total_size = daemon->cachesize; local
907 total_size = read_hostsfile(HOSTSFILE, 0, total_size);
1002 total_size = read_hostsfile(ah->fname, ah->index, total_size);
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 71 size_t total_size = 0; local
102 fc_data = realloc(fc_data, total_size + sb.st_size);
109 memcpy(fc_data + total_size, map, sb.st_size);
110 total_size += sb.st_size;
120 SHA1(fc_data, total_size, c_digest);
    [all...]
  /art/libdexfile/dex/
test_dex_file_builder.h 165 uint32_t total_size = data_section_offset + data_section_size; local
167 dex_file_data_.resize(total_size);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 352 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; local
403 addr /= total_size;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_constants.c 743 const unsigned total_size = buffer->b.b.width0; local
745 if (offset + align(size, 16) <= total_size) {
  /external/mesa3d/src/intel/vulkan/
anv_descriptor_set.c 336 const size_t total_size = sizeof(*pool) + pool_size; local
338 pool = vk_alloc2(&device->alloc, pAllocator, total_size, 8,
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 195 unsigned long long total_size = local
197 if (total_size > ((1 << 29) - 1))
  /external/tensorflow/tensorflow/core/profiler/g3doc/
advise.md 53 seq2seq_lib.py:151:sequence_loss_by_...:total_size = tf.a..., cpu: 154us, accelerator: 23us, total: 177us
  /external/tensorflow/tensorflow/examples/speech_commands/
input_data.py 186 def _progress(count, block_size, total_size):
189 (filename, float(count * block_size) / float(total_size) * 100.0))

Completed in 928 milliseconds

<<11121314151617181920