Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Dlayout.c875 int full_size = (flags & SPAWN_FULLSIZE), status; in layout_split_pane() local
881 if (full_size) in layout_split_pane()
938 if (full_size && !layout_set_size_check(wp->window, lc, type, new_size)) in layout_split_pane()
952 } else if (full_size && lc->parent == NULL && lc->type == type) { in layout_split_pane()
1025 if (full_size) { in layout_split_pane()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.cc590 poly_int64 full_size; member in temp_slot
774 if (known_in_range_p (offset, p->base_offset, p->full_size)) in find_temp_slot_from_address()
854 p->full_size = best_p->full_size - rounded_size; in assign_stack_temp_for_type()
863 best_p->full_size = rounded_size; in assign_stack_temp_for_type()
909 p->full_size = frame_offset_old - frame_offset; in assign_stack_temp_for_type()
914 p->full_size = frame_offset - frame_offset_old; in assign_stack_temp_for_type()
1072 if (known_eq (p->base_offset + p->full_size, q->base_offset)) in combine_temp_slots()
1076 p->full_size += q->full_size; in combine_temp_slots()
1079 else if (known_eq (q->base_offset + q->full_size, p->base_offset)) in combine_temp_slots()
1083 q->full_size += p->full_size; in combine_temp_slots()
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
DChangeLog-2017869 (temp_slot): Change size, base_offset and full_size from HOST_WIDE_INT
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc6471 tree cookie_size, tree full_size, tree arg_size, in build_new_constexpr_heap_type() argument
6475 gcc_assert (tree_fits_uhwi_p (full_size)); in build_new_constexpr_heap_type()
6520 unsigned HOST_WIDE_INT fsz = tree_to_uhwi (arg_size ? arg_size : full_size); in build_new_constexpr_heap_type()