Home
last modified time | relevance | path

Searched refs:nfuncs (Results 1 – 1 of 1) sorted by relevance

/external/libunwind/tests/
DGia64-test-rbs.c135 int nfuncs, nspills, n, ret, i, reg_values[88]; in run_check() local
149 nfuncs = 0; in run_check()
153 func[nfuncs++] = spill_funcs[n]; in run_check()
157 func[nfuncs++] = unwind_and_resume; in run_check()
159 unwind_count = 1 + (random () % (nfuncs + RECURSION_DEPTH - 1)); in run_check()
163 test, nfuncs, unwind_count); in run_check()
168 else if (ret != RECURSION_DEPTH + nfuncs - unwind_count) in run_check()
170 test, RECURSION_DEPTH + nfuncs - unwind_count, ret); in run_check()