Searched refs:MAX_CHECKS (Results 1 – 1 of 1) sorted by relevance
44 #define MAX_CHECKS 1024 macro93 static save_func_t *funcs[MAX_CHECKS + 1];94 static check_func_t *checks[MAX_CHECKS];95 static unw_word_t values[MAX_CHECKS*MAX_VALUES_PER_FUNC];579 num_checks = MAX_CHECKS; in run_check()581 num_checks = (random () % MAX_CHECKS) + 1; in run_check()