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

1 2 3 4 5 6 78 91011>>

  /system/nvram/hal/include/nvram/hal/tests/
scoped_nvram_device.h 43 virtual nvram_result_t GetTotalSizeInBytes(uint64_t* total_size);
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_fwu.c 376 unsigned int total_size; local
411 total_size = image_desc->image_info.image_size;
436 total_size = image_size;
439 image_desc->image_info.image_size = total_size;
446 result = auth_mod_verify_img(image_id, (void *)base_addr, total_size);
458 zero_normalmem((void *)base_addr, total_size);
459 flush_dcache_range(base_addr, total_size);
bl1_main.c 56 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base;
66 &bl2_mem_layout->total_size,
  /external/mesa3d/src/compiler/glsl/
lower_distance.cpp 61 const char *in_name, int total_size,
66 in_name(in_name), total_size(total_size), offset(offset)
81 total_size(orig->total_size),
126 int total_size; member in class:__anon29204::lower_distance_visitor
165 unsigned new_size = (total_size + 3) / 4;
  /external/tensorflow/tensorflow/python/kernel_tests/
pooling_ops_3d_test.py 62 total_size = 1
64 total_size *= s
67 x = [f * 1.0 for f in range(1, total_size + 1)]
230 total_size = 1
232 total_size *= s
235 x = np.arange(1, total_size + 1, dtype=np.float32)
244 x_init_value = np.asfarray(np.arange(1, total_size + 1),
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 176 -(uint64_t)mt->total_size);
259 mt->total_size = mt->level[0].pitch * h;
278 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
281 mt->layer_stride = align(mt->total_size, NV50_TILE_SIZE(0x20));
282 mt->total_size = mt->layer_stride * pt->array_size;
309 lvl->offset = mt->total_size;
319 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
327 mt->layer_stride = align(mt->total_size,
329 mt->total_size = mt->layer_stride * pt->array_size;
389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 1039 int total_size = 0; local
1717 int total_size = 0; local
2625 int total_size = 0; local
2924 int total_size = 0; local
3488 int total_size = 0; local
4730 int total_size = 0; local
5513 int total_size = 0; local
5895 int total_size = 0; local
6374 int total_size = 0; local
6851 int total_size = 0; local
7465 int total_size = 0; local
8560 int total_size = 0; local
9620 int total_size = 0; local
10296 int total_size = 0; local
10871 int total_size = 0; local
11263 int total_size = 0; local
11620 int total_size = 0; local
11977 int total_size = 0; local
12335 int total_size = 0; local
12353 int total_size = 0; local
12832 int total_size = 0; local
13682 int total_size = 0; local
13987 int total_size = 0; local
14622 int total_size = 0; local
14909 int total_size = 0; local
    [all...]
duration.pb.cc 301 int total_size = 0; local
305 total_size += 1 +
312 total_size += 1 +
318 _cached_size_ = total_size;
320 return total_size;
field_mask.pb.cc 267 int total_size = 0; local
270 total_size += 1 * this->paths_size();
272 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
277 _cached_size_ = total_size;
279 return total_size;
timestamp.pb.cc 315 int total_size = 0; local
319 total_size += 1 +
326 total_size += 1 +
332 _cached_size_ = total_size;
334 return total_size;
struct.pb.cc 390 int total_size = 0; local
393 total_size += 1 * this->fields_size();
400 total_size += ::google::protobuf::internal::WireFormatLite::
406 _cached_size_ = total_size;
408 return total_size;
827 int total_size = 0; local
832 total_size += 1 +
838 total_size += 1 + 8;
843 total_size += 1 +
850 total_size += 1 + 1
1386 int total_size = 0; local
    [all...]
wrappers.pb.cc 465 int total_size = 0; local
469 total_size += 1 + 8;
473 _cached_size_ = total_size;
475 return total_size;
723 int total_size = 0; local
727 total_size += 1 + 4;
731 _cached_size_ = total_size;
733 return total_size;
981 int total_size = 0; local
1241 int total_size = 0; local
1501 int total_size = 0; local
1761 int total_size = 0; local
2021 int total_size = 0; local
2294 int total_size = 0; local
2609 int total_size = 0; local
    [all...]
extension_set_heavy.cc 320 int total_size = local
326 total_size += iter->second.SpaceUsedExcludingSelf();
328 return total_size;
337 int total_size = 0; local
342 total_size += sizeof(*repeated_##LOWERCASE##_value) + \
362 total_size += sizeof(*repeated_message_value) +
369 total_size += sizeof(*string_value) +
374 total_size += lazymessage_value->SpaceUsed();
376 total_size += down_cast<Message*>(message_value)->SpaceUsed();
384 return total_size;
742 int total_size = 0; local
    [all...]
  /external/libyuv/files/util/
yuvconvert.cc 236 const size_t total_size = y_size + 2 * uv_size; local
242 fseek(file_org, num_skip_org * total_size, SEEK_SET);
247 uint8* const ch_rec = new uint8[total_size];
332 fwrite(ch_rec, sizeof(uint8), static_cast<size_t>(total_size),
334 if (bytes_rec < static_cast<size_t>(total_size))
  /external/tensorflow/tensorflow/compiler/tests/
pooling_ops_3d_test.py 58 total_size = 1
60 total_size *= s
63 x = np.arange(1.0, total_size + 1, dtype=np.float32)
204 total_size = np.prod(input_sizes)
205 x = np.arange(1, total_size + 1, dtype=np.float32).reshape(input_sizes)
  /system/core/libdiskconfig/
diskconfig.c 275 uint64_t total_size; local
344 total_size = dinfo->skip_lba * dinfo->sect_size;
350 total_size += part->len_kb * 1024;
372 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
374 "size (%"PRIu64").", total_size, disk_size);
  /system/nvram/hal/tests/
nvram_hal_test.cc 205 uint64_t total_size = 0;
206 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size));
207 EXPECT_LE(2048u, total_size);
214 uint64_t total_size = 0;
215 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size));
216 EXPECT_LE(available_size, total_size);
223 uint64_t total_size = 0;
224 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size));
225 EXPECT_LE(max_space_size, total_size);
  /toolchain/binutils/binutils-2.27/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/eigen/unsupported/test/
cxx11_tensor_fft.cpp 182 ptrdiff_t total_size = 1; local
185 total_size *= dimensions[i];
211 for (int i = 0; i < total_size; ++i) {
215 for (int i = 0; i < total_size; ++i) {
220 VERIFY_IS_APPROX(energy_original, energy_after_fft / total_size);
223 VERIFY_IS_APPROX(energy_original, energy_after_fft * total_size);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 417 int total_size = 0; local
421 total_size += 1 +
427 total_size += 1 * this->file_to_generate_size();
429 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
434 total_size += 1 * this->proto_file_size();
436 total_size +=
442 total_size +=
447 _cached_size_ = total_size;
449 return total_size;
927 int total_size = 0; local
1242 int total_size = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 279 def hooktester(count, block_size, total_size, count_holder=[0]):
282 self.assertIsInstance(total_size, int)
293 def hooktester(count, block_size, total_size, _report=report):
294 _report.append((count, block_size, total_size))
307 def hooktester(count, block_size, total_size, _report=report):
308 _report.append((count, block_size, total_size))
321 def hooktester(count, block_size, total_size, _report=report):
322 _report.append((count, block_size, total_size))
  /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/freetype/src/base/
ftmac.c 592 FT_ULong total_size = 0; local
617 total_size += 2; /* just the end code */
619 total_size += 6; /* code + 4 bytes chunk length */
622 total_size += (FT_ULong)GetHandleSize( post_data ) - 2;
626 if ( FT_MAC_RFORK_MAX_LEN < total_size )
632 old_total_size = total_size;
635 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
691 *size = total_size;
    [all...]
  /external/ltp/testcases/kernel/fs/fs-bench/
modaltr.sh 60 modprobe $MTD_RAM total_size=32768 erase_size=256
  /external/tensorflow/tensorflow/python/ops/
transpose_benchmark.py 48 total_size = np.prod(input_shape)
49 inp = np.arange(1, total_size + 1, dtype=datatype).reshape(input_shape)

Completed in 805 milliseconds

1 2 3 4 5 6 78 91011>>