OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:true_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-unswitch.cc
942
result in
TRUE_SIZE
and FALSE_SIZE. */
949
unsigned *
true_size
, unsigned *false_size)
966
*
true_size
= true_loop_cost;
986
unsigned
true_size
= 0, false_size = 0;
local
997
&
true_size
, &false_size);
1000
to PRED estimated to
TRUE_SIZE
and a copy simplified
1002
if (
true_size
+ false_size < budget + loop_size)
1007
/* There are cases where
true_size
and false_size add up to
1010
if (
true_size
+ false_size > loop_size)
1011
budget -= (
true_size
+ false_size - loop_size)
[
all
...]
/src/external/bsd/jemalloc/dist/src/
jemalloc.c
2026
size_t
true_size
= emap_alloc_ctx_usize_get(
local
2032
/*
true_size
*/
true_size
,
Completed in 15 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026