Searched refs:RECURSION_DEPTH (Results 1 – 3 of 3) sorted by relevance
49 #define RECURSION_DEPTH ((MAX_PHYS_STACKED + 92) / 93) macro159 unwind_count = 1 + (random () % (nfuncs + RECURSION_DEPTH - 1)); in run_check()165 ret = loadup (RECURSION_DEPTH, reg_values, func); 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()
47 #define RECURSION_DEPTH ((MAX_PHYS_STACKED + 94) / 95) macro120 else if (i > NSTACKS && i <= NSTACKS + RECURSION_DEPTH) in do_unwind_tests()167 touch_all (RECURSION_DEPTH); in main()
100 #define RECURSION_DEPTH 100 macro415 return Recursor(RECURSION_DEPTH, CountCallerFrames()) ? 0 : 1; in main()