OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_size
(Results
1 - 7
of
7
) sorted by relevancy
/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.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.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.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
];
Completed in 48 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026