Searched defs:all_funcs (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/tests/
H A DGia64-test-nat.c102 all_funcs[] = variable in typeref:struct:__anon24718
590 index = i % (int) ARRAY_SIZE (all_funcs);
592 index = random () % (int) ARRAY_SIZE (all_funcs);
593 funcs[i] = all_funcs[index].func;
594 checks[i] = all_funcs[index].check;

Completed in 137 milliseconds