Home
last modified time | relevance | path

Searched refs:full_size (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
Dbinary_diff.c39 svn_filesize_t *full_size, in create_compressed() argument
82 *full_size = bytes_read; in create_compressed()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DSocketAddress.cpp57 int full_size = ::snprintf( in inet_ntop() local
61 if (full_size < static_cast<int>(size)) { in inet_ntop()
/freebsd-12-stable/contrib/gcc/
Dfunction.c193 HOST_WIDE_INT full_size; member
691 p->full_size = best_p->full_size - rounded_size; in assign_stack_temp_for_type()
702 best_p->full_size = rounded_size; in assign_stack_temp_for_type()
746 p->full_size = frame_offset_old - frame_offset; in assign_stack_temp_for_type()
751 p->full_size = frame_offset - frame_offset_old; in assign_stack_temp_for_type()
909 if (p->base_offset + p->full_size == q->base_offset) in combine_temp_slots()
913 p->full_size += q->full_size; in combine_temp_slots()
916 else if (q->base_offset + q->full_size == p->base_offset) in combine_temp_slots()
920 q->full_size += p->full_size; in combine_temp_slots()
952 && INTVAL (XEXP (x, 1)) < p->base_offset + p->full_size)) in find_temp_slot_from_address()
Dtree-sra.c1434 unsigned HOST_WIDE_INT full_size, inst_size = 0; in decide_block_copy() local
1447 full_size = tree_low_cst (size_tree, 1); in decide_block_copy()
1458 if (full_size <= max_size in decide_block_copy()
1463 && inst_size * 100 >= full_size * SRA_FIELD_STRUCTURE_RATIO) in decide_block_copy()
DFSFChangeLog.104997 * function.c (assign_stack_temp): Adjust full_size field of
5794 and full_size in the newly created slot.
5795 (combine_temp_slots): Update full_size when slots are combined.
6091 * function.c (struct temp_slot): New fields base_offset, full_size.
6093 Set new fields base_offset and full_size.
6094 (combine_temp_slots): Use new fields base_offset and full_size instead
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp216 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic()
217 const unsigned new_size = D->full_size(); in HandlePathDiagnostic()
1075 unsigned PathDiagnostic::full_size() { in full_size() function in PathDiagnostic
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h814 unsigned full_size();