OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distinct_fns
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/callgrind/
fn.c
340
CLG_(stat).
distinct_fns
++;
341
fn->number = CLG_(stat).
distinct_fns
;
365
if (CLG_(stat).
distinct_fns
>= current_fn_active.size)
623
if (a->size <= CLG_(stat).
distinct_fns
)
624
a->size = CLG_(stat).
distinct_fns
+1;
651
if (current_fn_active.size <= CLG_(stat).
distinct_fns
)
656
* <
distinct_fns
> is the highest index, so <fn_active_array_size>
665
while (newsize <= CLG_(stat).
distinct_fns
) newsize *=2;
main.c
78
s->
distinct_fns
= 0;
[
all
...]
global.h
181
Int
distinct_fns
;
member in struct:_Statistics
dump.c
105
CLG_(stat).
distinct_fns
+
113
cxt_dumped = fn_dumped + CLG_(stat).
distinct_fns
;
[
all
...]
/external/valgrind/main/cachegrind/
cg_main.c
178
static Int
distinct_fns
= 0;
variable
[
all
...]
Completed in 352 milliseconds