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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_dead_code.c 68 uint32_t total_size = 0;
70 total_size += c->vattr_sizes[i];
71 if (total_size == 4)
  /external/vboot_reference/tests/
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_host_keyblock_tests.c 84 TEST_SUCC(vb2_verify_keyblock(kb, kb->c.total_size, pubk4096, &wb),
90 TEST_EQ(0, memcmp(pak, pakgood, pakgood->c.total_size), " data key");
98 TEST_SUCC(vb2_verify_keyblock(kb, kb->c.total_size, pubk8192, &wb),
100 TEST_SUCC(vb2_verify_keyblock(kb, kb->c.total_size, &pubkhash, &wb),
  /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/tensorflow/tensorflow/core/kernels/
initializable_lookup_table.cc 47 TF_RETURN_IF_ERROR(DoPrepare(iter.total_size()));
  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 87 int64 total_size = target_shape.num_elements(); local
102 if (total_size == overlap_size) {
144 int64 total_size = target_shape.num_elements(); local
160 if (total_size == overlap_size) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
hikey_common.c 108 unsigned long total_size, \
115 total_size, \
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
hikey960_common.c 104 unsigned long total_size, \
111 total_size, \
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_common.c 96 unsigned long total_size, \
103 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
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 113 (total_regs < brw->curbe.total_size / 4 &&
114 brw->curbe.total_size > 16)) {
127 brw->curbe.total_size = reg;
200 const GLuint sz = brw->curbe.total_size;
299 if (brw->curbe.total_size == 0) {
306 (brw->curbe.total_size - 1) + brw->curbe.curbe_offset);
  /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;
  /external/avb/examples/uefi/
uefi_avb_boot.c 127 uint64_t total_size; local
161 total_size = header->kernel_size;
162 if (!avb_safe_add_to(&total_size, header->ramdisk_size) ||
163 !avb_safe_add_to(&total_size, header->second_size)) {
168 if (total_size > boot->data_size) {
  /external/pcre/dist2/src/
pcre2_serialize.c 79 PCRE2_SIZE total_size; local
93 total_size = sizeof(pcre2_serialized_data) + tables_length;
105 total_size += re->blocksize;
109 bytes = memctl->malloc(total_size + sizeof(pcre2_memctl), memctl->memory_data);
135 *serialized_size = total_size;
  /external/syslinux/core/lwip/src/api/
netdb.c 274 size_t total_size; local
305 total_size = sizeof(struct addrinfo) + sizeof(struct sockaddr_in);
309 total_size += namelen + 1;
312 LWIP_ASSERT("total_size <= NETDB_ELEM_SIZE: please report this!",
313 total_size <= NETDB_ELEM_SIZE);
318 memset(ai, 0, total_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/tpm/trunks/ftdi/
support.c 97 int i = 0, j = 0, k = 0, dsize = 0, num_blocks = 0, total_size = 0, local
116 total_size = size + (CMD_SIZE * num_blocks);
120 total_size += (CMD_SIZE * 3 * num_blocks);
123 buf = malloc(total_size);
125 memset(buf, 0, total_size);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
region_registry.cpp 123 0, hnd->total_size, PROT_READ|PROT_WRITE, MAP_SHARED, hnd->fd, 0);
131 uintptr_t addr = base + hnd->total_size - PAGE_SIZE;
171 if (munmap(region->base_, hnd->total_size) < 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 71 size_t total_size; member in struct:_arena
151 arena->total_size = 0;
167 arena->total_allocs, arena->total_size, arena->total_blocks,
190 arena->total_size += size;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 71 size_t total_size; member in struct:_arena
151 arena->total_size = 0;
168 arena->total_allocs, arena->total_size, arena->total_blocks,
197 arena->total_size += size;
  /external/python/cpython2/Python/
pyarena.c 71 size_t total_size; member in struct:_arena
151 arena->total_size = 0;
167 arena->total_allocs, arena->total_size, arena->total_blocks,
190 arena->total_size += size;
  /external/python/cpython3/Python/
pyarena.c 68 size_t total_size; member in struct:_arena
148 arena->total_size = 0;
164 arena->total_allocs, arena->total_size, arena->total_blocks,
187 arena->total_size += size;
  /external/tensorflow/tensorflow/core/framework/
tensor_util.cc 114 int64 total_size = 0; local
116 total_size += size;
118 if (total_size != tensor.dim_size(0)) {
  /external/tensorflow/tensorflow/python/ops/
split_benchmark.py 85 total_size = np.sum(sizes)
87 input_shape = [total_size, output_shape[1]]
89 input_shape = [output_shape[0], total_size]
  /external/v8/src/zone/
accounting-allocator.cc 59 size_t total_size = fits_fully * full_size; local
62 if (total_size + (size_t(1) << (power + kMinSegmentSizePower)) <=
65 total_size += size_t(1) << power;

Completed in 1351 milliseconds

1 2 3 4 56 7 8 91011>>