OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECURSION_DEPTH
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/tests/
Gia64-test-rbs.c
46
need to recurse
RECURSION_DEPTH
times to ensure all physical
49
#define
RECURSION_DEPTH
((MAX_PHYS_STACKED + 92) / 93)
159
unwind_count = 1 + (random () % (nfuncs +
RECURSION_DEPTH
- 1));
165
ret = loadup (
RECURSION_DEPTH
, reg_values, func);
168
else if (ret !=
RECURSION_DEPTH
+ nfuncs - unwind_count)
170
test,
RECURSION_DEPTH
+ nfuncs - unwind_count, ret);
Gia64-test-stack.c
44
need to recurse
RECURSION_DEPTH
times to ensure all physical
47
#define
RECURSION_DEPTH
((MAX_PHYS_STACKED + 94) / 95)
49
extern void touch_all (unsigned long
recursion_depth
);
120
else if (i > NSTACKS && i <= NSTACKS +
RECURSION_DEPTH
)
167
touch_all (
RECURSION_DEPTH
);
Completed in 2900 milliseconds