| /src/external/bsd/tmux/dist/ |
| layout.c | 915 int full_size = (flags & SPAWN_FULLSIZE), status; local 919 * If full_size is specified, add a new cell at the top of the window 922 if (full_size) 985 if (full_size && !layout_set_size_check(wp->window, lc, type, new_size)) 999 } else if (full_size && lc->parent == NULL && lc->type == type) { 1072 if (full_size) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function.cc | 596 poly_int64 full_size; 780 if (known_in_range_p (offset, p->base_offset, p->full_size)) 861 p->full_size = best_p->full_size - rounded_size; 870 best_p->full_size = rounded_size; 916 p->full_size = frame_offset_old - frame_offset; 921 p->full_size = frame_offset - frame_offset_old; 1081 if (known_eq (p->base_offset + p->full_size, q->base_offset)) 1085 p->full_size += q->full_size; 592 poly_int64 full_size; variable [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| function.cc | 594 poly_int64 full_size; 778 if (known_in_range_p (offset, p->base_offset, p->full_size)) 859 p->full_size = best_p->full_size - rounded_size; 868 best_p->full_size = rounded_size; 914 p->full_size = frame_offset_old - frame_offset; 919 p->full_size = frame_offset - frame_offset_old; 1079 if (known_eq (p->base_offset + p->full_size, q->base_offset)) 1083 p->full_size += q->full_size; 590 poly_int64 full_size; variable [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| PathDiagnostic.cpp | 216 const unsigned orig_size = orig->full_size(); 217 const unsigned new_size = D->full_size(); 1075 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_gem_gtt.c | 370 const u64 full_size = npages << PAGE_SHIFT; local 381 obj = fake_dma_object(vm->i915, full_size);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| PathDiagnostic.h | 814 unsigned full_size();
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-v.cc | 2719 poly_uint64 full_size = BYTES_PER_RISCV_VECTOR * TARGET_MAX_LMUL; local 2726 - full_size: Try using full vectors for all element types. 2727 - full_size / 2: 2730 - full_size / 4: 2733 - full_size / 8: 2740 if (can_div_trunc_p (full_size, rvv_factors[i], &units)
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 6461 ELT_TYPE[FULL_SIZE / sizeof(ELT_TYPE)], otherwise return 6463 where N is is computed such that the size of the struct fits into FULL_SIZE. 6465 It should be passed if ELT_TYPE is zero sized type in which case FULL_SIZE 6472 tree cookie_size, tree full_size, tree arg_size, 6476 gcc_assert (tree_fits_uhwi_p (full_size)); 6521 unsigned HOST_WIDE_INT fsz = tree_to_uhwi (arg_size ? arg_size : full_size);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 7427 ELT_TYPE[FULL_SIZE / sizeof(ELT_TYPE)], otherwise return 7429 where N is computed such that the size of the struct fits into FULL_SIZE. 7431 It should be passed if ELT_TYPE is zero sized type in which case FULL_SIZE 7438 tree cookie_size, tree full_size, tree arg_size, 7442 gcc_assert (tree_fits_uhwi_p (full_size)); 7487 unsigned HOST_WIDE_INT fsz = tree_to_uhwi (arg_size ? arg_size : full_size);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/ |
| package.d | 867 size_t full_size; 870 full_size += spaceFor!(bitSizeOf!v)(sizes[i]); 877 storage = new size_t[full_size];
|