/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-util.cc | 396 unsigned full_size = gccbrig_hsa_type_bit_size (brig_type); in gccbrig_tree_type_for_hsa_type() local 400 full_size / 16); in gccbrig_tree_type_for_hsa_type() 405 unsigned nunits = full_size / inner_size; in gccbrig_tree_type_for_hsa_type()
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | layout.c | 875 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.old/dist/gcc/ |
H A D | function.c | 586 poly_int64 full_size; in class() local 770 if (known_in_range_p (offset, p->base_offset, p->full_size)) in find_temp_slot_from_address() 850 p->full_size = best_p->full_size - rounded_size; in assign_stack_temp_for_type() 859 best_p->full_size = rounded_size; in assign_stack_temp_for_type() 905 p->full_size = frame_offset_old - frame_offset; in assign_stack_temp_for_type() 910 p->full_size = frame_offset - frame_offset_old; in assign_stack_temp_for_type() 1068 if (known_eq (p->base_offset + p->full_size, q->base_offset)) in combine_temp_slots() 1072 p->full_size += q->full_size; in combine_temp_slots() 1075 else if (known_eq (q->base_offset + q->full_size, p->base_offset)) in combine_temp_slots() 1079 q->full_size += p->full_size; in combine_temp_slots()
|
H A D | FSFChangeLog.10 | 4997 * 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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 814 unsigned full_size();
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 370 const u64 full_size = npages << PAGE_SHIFT; in fill_hole() local 381 obj = fake_dma_object(vm->i915, full_size); in fill_hole()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 5655 tree cookie_size, tree full_size, tree arg_size, in build_new_constexpr_heap_type() argument 5659 gcc_assert (tree_fits_uhwi_p (full_size)); in build_new_constexpr_heap_type() 5704 unsigned HOST_WIDE_INT fsz = tree_to_uhwi (arg_size ? arg_size : full_size); in build_new_constexpr_heap_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constexpr.cc | 6471 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 901 size_t full_size; in MultiArray() local 904 full_size += spaceFor!(bitSizeOf!v)(sizes[i]); in MultiArray() 911 storage = new size_t[full_size]; in MultiArray()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 867 size_t full_size; in MultiArray() local 870 full_size += spaceFor!(bitSizeOf!v)(sizes[i]); in MultiArray() 877 storage = new size_t[full_size]; in MultiArray()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.10 | 4997 * 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
|
H A D | ChangeLog-2017 | 869 (temp_slot): Change size, base_offset and full_size from HOST_WIDE_INT
|