Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc396 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 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.old/dist/gcc/
H A Dfunction.c586 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 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h814 unsigned full_size();
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_gem_gtt.c370 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 Dconstexpr.c5655 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 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d901 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 Dpackage.d867 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 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
H A DChangeLog-2017869 (temp_slot): Change size, base_offset and full_size from HOST_WIDE_INT