Searched refs:total_size (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c314 info->total_size / _1MB,
H A Dcache-inprocess.c611 info->total_size = cache->data_size
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mr.c430 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr)
470 mpt_entry->length = cpu_to_be64(total_size);
521 int list_len, u64 iova, u64 total_size,
537 total_size, access, mr);
429 mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
519 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
H A Dmthca_dev.h474 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
479 int list_len, u64 iova, u64 total_size,
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfs.c366 size_t res, head, tail, total_size, full_sec_size; local
386 * |<----------------------total_size--------------------->|
400 * |<------total_size = secsz----->|
410 total_size = roundup2(head + bytes, secsz);
411 tail = total_size - (head + bytes);
413 full_sec_size = total_size;
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c1129 u_long base_offset, needed, total_size, total_percent, current_offset; local
1208 total_size = 0; /* in sectors */
1271 total_size += size;
1307 total_size += pp->p_size;
1363 total_size += lp->d_partitions[hog_part].p_size;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c129 HOST_WIDE_INT total_size; /* size of the stack frame, not including member in struct:ia64_frame_info
1989 offset = current_frame_info.total_size - offset;
2328 HOST_WIDE_INT total_size;
2572 total_size = (spill_size + extra_spill_size + size + pretend_args_size
2574 total_size = IA64_STACK_ALIGN (total_size);
2580 total_size = MAX (0, total_size - 16);
2582 current_frame_info.total_size = total_size;
2322 HOST_WIDE_INT total_size; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp303 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, argument
307 total_size, max_size); local
H A Dasan_errors.cpp262 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str());
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c110 HOST_WIDE_INT total_size; /* total bytes allocated for stack */ member in struct:rs6000_stack
13309 info_ptr->total_size = RS6000_ALIGN (non_fixed_size + info_ptr->fixed_size,
13494 if (info->total_size)
13496 info->total_size);
13826 || info->total_size > 32767)
13833 sp_offset = info->total_size;
14251 unsigned int regno, int offset, HOST_WIDE_INT total_size)
14286 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
14381 if (info->total_size < 32767)
14382 sp_offset = info->total_size;
14217 emit_frame_save(rtx frame_reg, rtx frame_ptr, enum machine_mode mode, unsigned int regno, int offset, HOST_WIDE_INT total_size) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c419 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */ local
5351 : cfun->machine->frame.total_size;
6415 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */
6449 total_size = var_size + args_size + cprestore_size;
6487 total_size += gp_reg_rounded + MIPS_STACK_ALIGN (fp_reg_size);
6490 total_size += current_function_pretend_args_size;
6491 total_size += MIPS_STACK_ALIGN (cfun->machine->varargs_size);
6494 cfun->machine->frame.total_size = total_size;
6513 cfun->machine->frame.gp_save_offset = offset - total_size;
6381 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */ local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c1325 u64 total_size; local
1336 total_size = 0;
1343 total_size += buffer_list[i].size;
1367 octo_len = get_octo_len(*virt_addr, total_size, 1ULL << shift);
1405 MLX5_SET64(mkc, mkc, len, total_size);
1421 mr->ibmr.length = total_size;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2742 ssize_t total_size = 0; local
2770 if (total_size + bytes_read > limit) {
2776 if (archive_string_ensure(&tar->line, total_size + bytes_read) == NULL) {
2781 memcpy(tar->line.s + total_size, t, bytes_read);
2783 total_size += bytes_read;
2787 return (total_size);
H A Darchive_read_support_format_lha.c1137 uint16_t *crc, int sizefield_length, size_t limitsize, size_t *total_size)
1164 *total_size = sizefield_length;
1186 if (((uint64_t)*total_size + extdsize) >
1194 *total_size += extdsize;
1136 lha_read_file_extended_header(struct archive_read *a, struct lha *lha, uint16_t *crc, int sizefield_length, size_t limitsize, size_t *total_size) argument
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c2203 size_t alloc_size, total_size; local
2205 total_size = 0;
2209 total_size += d->d.type_totals[i];
2211 d->d.total = total_size;
H A Dreload1.c2014 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]);
2029 x = assign_stack_local (mode, total_size,
2031 || total_size > inherent_size ? -1 : 0);
2037 adjust = inherent_size - total_size;
2045 && spill_stack_slot_width[from_reg] >= total_size
2063 if (spill_stack_slot_width[from_reg] > total_size)
2064 total_size = spill_stack_slot_width[from_reg];
2070 x = assign_stack_local (mode, total_size,
2072 || total_size > inherent_size ? -1 : 0);
2087 adjust = GET_MODE_SIZE (mode) - total_size;
2002 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]); local
[all...]
/freebsd-11-stable/sys/xen/interface/
H A Dsysctl.h649 uint32_t total_size; /* OUT */ member in union:xen_sysctl_coverage_op::__anon13600
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c2392 bfd_size_type total_size; local
2428 for (total_size = 0; msec; msec = find_debug_info (debug_bfd, msec))
2429 total_size += msec->size;
2431 stash->info_ptr = bfd_alloc (debug_bfd, total_size);
2457 BFD_ASSERT (stash->info_ptr_end == stash->info_ptr + total_size);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c81 unsigned long total_size);
1366 bfd_size_type total_size;
1450 args->data_count, args->total_size);
1477 cbdata.total_size = 0; /* Total size of all bfd sectors. */
1517 (void *) &cbdata.total_size);
1364 bfd_size_type total_size; member in struct:load_section_data
H A Ddefs.h1221 unsigned long total_size);
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c796 u_long text_size, data_size, total_size, text_addr, data_addr; local
831 text_size = data_size = total_size = text_addr = data_addr = 0;
990 total_size += seg_size;
1017 else if (total_size > lim_cur_proc(imgp->proc, RLIMIT_VMEM))
1021 else if (racct_set(imgp->proc, RACCT_VMEM, total_size) != 0)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1363 unsigned long total_size; member in struct:tree_stats
1384 s->total_size += (obj->high - obj->low + 1);
1475 s.obj_count, s.live_obj_count, s.total_size, s.total_weight, s.weighted_size,
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c1779 size_t total_size = 0; local
1787 total_size += gnttab[i].len;
1792 mbufc->m_pkthdr.len = total_size;
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c387 svn__ui64toa_sep(stats->total_size, ',', pool),
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3608 u32 i, lid, total_size, offset = 0; local
3614 total_size = num_lids * lid_size;
3616 offset += ecore_grc_dump_mem_hdr(p_hwfn, dump_buf + offset, dump, name, 0, total_size, lid_size * 32, false, name, true, storm->letter);
3619 return offset + total_size;
3700 u32 total_size = VFC_CAM_NUM_ROWS * VFC_CAM_RESP_DWORDS; local
3706 offset += ecore_grc_dump_mem_hdr(p_hwfn, dump_buf + offset, dump, "vfc_cam", 0, total_size, 256, false, "vfc_cam", true, storm->letter);
3709 return offset + total_size;
3738 u32 total_size = ram_defs->num_rows * VFC_RAM_RESP_DWORDS; local
3744 offset += ecore_grc_dump_mem_hdr(p_hwfn, dump_buf + offset, dump, ram_defs->mem_name, 0, total_size, 256, false, ram_defs->type_name, true, storm->letter);
3750 return offset + total_size;
[all...]

Completed in 442 milliseconds

1234