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

<<11121314151617181920

  /external/vboot_reference/firmware/lib21/
api.c 69 hash_offset += sig->c.total_size;
  /external/vboot_reference/host/lib21/
host_misc.c 86 return vb2_write_file(filename, buf, cptr->total_size);
  /frameworks/base/tools/aapt2/
StringPool.cpp 387 const size_t total_size = EncodedLengthUnits<char>(utf16_length) local
390 char* data = out->NextBlock<char>(total_size);
414 const size_t total_size = EncodedLengthUnits<char16_t>(utf16_length) local
417 char16_t* data = out->NextBlock<char16_t>(total_size);
  /external/libchrome/base/
feature_list.cc 167 size_t total_size = sizeof(FeatureEntry) + pickle.size(); local
168 FeatureEntry* entry = allocator->New<FeatureEntry>(total_size);
  /external/libmicrohttpd/src/microhttpd/
response.c 266 response->total_size = size;
449 response->total_size = size;
  /external/tensorflow/tensorflow/contrib/lite/toco/
allocate_transient_arrays.cc 137 std::size_t total_size() const { return total_size_; } function in class:toco::__anon39356::Allocator
308 model->transient_data_size = allocator.total_size();
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_pruning.py 390 def _progress(count, block_size, total_size):
393 float(count * block_size) / float(total_size) * 100.0))
  /external/tensorflow/tensorflow/core/framework/
dataset.cc 107 size_t total_size = inputs.size() + list_inputs.size(); local
110 for (int i = 0; i < total_size; i++) {
  /external/tensorflow/tensorflow/core/kernels/
decode_image_op.cc 250 const int64 total_size = local
254 height <= 0 || height >= (1LL << 27) || total_size >= (1LL << 29)) {
  /external/webp/src/utils/
quant_levels_dec_utils.c 223 const size_t total_size = size_scratch_m + size_m + size_lut; local
224 uint8_t* mem = (uint8_t*)WebPSafeMalloc(1U, total_size);
  /external/capstone/
cs.c 481 size_t total_size = 0; // total size of output buffer containing all insns local
514 total_size = sizeof(cs_insn) * cache_size;
515 total = cs_mem_malloc(total_size);
619 total_size += (sizeof(cs_insn) * cache_size);
620 tmp = cs_mem_realloc(total, total_size);
654 tmp = cs_mem_realloc(total, total_size - (cache_size - f) * sizeof(*insn_cache));
  /system/extras/micro_bench/
micro_bench.cpp 292 size_t total_size = size; \
294 total_size += (cmd_data).dst_str_size; \
295 uint8_t *buf2 = allocateAlignedMemory(total_size, (cmd_data).dst_align, (cmd_data).dst_or_mask); \
350 size_t total_size = size; \
352 total_size += (cmd_data).dst_str_size; \
353 size_t buf2_incr = getAlignmentIncrement(total_size, (cmd_data).dst_align); \
    [all...]
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 230 size_t total_size) {
239 EXPECT_EQ(total_size, rtp_packet.packet_length());
251 size_t total_size) {
260 ASSERT_EQ(total_size, rtcp_packet.packet_data().size());
261 for (size_t i = 0; i < total_size; i++) {
  /system/libufdt/utils/src/
mkdtboimg.py 186 self.total_size, self.header_size,
232 (self.magic, self.total_size, self.header_size,
338 self.total_size = self._DT_TABLE_HEADER_SIZE
352 _keys = ('magic', 'total_size', 'header_size', 'dt_entry_size',
402 self.total_size += dt_entry.size
406 self.total_size += self.dt_entry_size
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl1_setup.c 95 bl2_mem_layout->total_size = NS_BL1U_LIMIT - BL2_BASE;
119 bl1_tzram_layout.total_size = BL1_RW_SIZE;
143 bl1_tzram_layout.total_size,
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 784 size_t total_size = local
786 if (total_size > SWR_MAX_TEXTURE_SIZE)
790 res->swr.pBaseAddress = (uint8_t *)AlignedMalloc(total_size, 64);
    [all...]
  /system/update_engine/
test_http_server.cc 163 const size_t total_size = str.size(); local
164 size_t remaining_size = total_size;
178 return total_size;
  /toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c 598 int total_size = 1; /* 1 is for the final null. */ local
608 total_size += strlen (env[var]) + 1;
610 env_block = XNEWVEC (char, total_size);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.c 81 total_size(uint8_t cbuf_cpp[], uint8_t zsbuf_cpp[2], function
181 while (total_size(cbuf_cpp, zsbuf_cpp, bin_w, bin_h, gmem) > gmem_size) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 471 struct copy_entry entries[alloc.total_size];
540 for (unsigned i = 0; i < alloc.total_size; i++) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_algorithm_picker.cc 111 int64 total_size = CeilOfRatio(batch, int64{16}) * local
116 return total_size < threshold;
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
classifier_metrics_impl.py 206 def _progress(count, block_size, total_size):
209 float(count * block_size) / float(total_size) * 100.0))
  /external/tpm2/generator/
structure_generator.py 161 total_size += %(type)s_Marshal(&source->%(name)s[i], buffer, size);
291 total_size += %(type)s_Marshal(
342 Accumulates a variable 'total_size' with the result of marshaling
871 UINT16 total_size = 0;"""
878 _MARSHAL_END = '\n return total_size;\n}\n'
898 BYTE *size_location = *buffer - total_size;
900 UINT16 payload_size = total_size - (UINT16)size_field_size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 186 Size_Type total_size)
187 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 186 Size_Type total_size)
187 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),

Completed in 442 milliseconds

<<11121314151617181920