Searched refs:full_size (Results 1 – 7 of 7) sorted by relevance
39 svn_filesize_t *full_size, in create_compressed() argument82 *full_size = bytes_read; in create_compressed()
57 int full_size = ::snprintf( in inet_ntop() local61 if (full_size < static_cast<int>(size)) { in inet_ntop()
193 HOST_WIDE_INT full_size; member691 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()
1434 unsigned HOST_WIDE_INT full_size, inst_size = 0; in decide_block_copy() local1447 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()
4997 * function.c (assign_stack_temp): Adjust full_size field of5794 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
216 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
814 unsigned full_size();