OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_cur
(Results
1 - 1
of
1
) sorted by null
/external/libunwind/tests/
test-coredump-unwind.c
276
int
test_cur
= 0;
local
343
if (testcase &&
test_cur
< TEST_FRAMES)
347
test_start_ips[
test_cur
] = (long) pi.start_ip;
348
if (unw_get_proc_name(&c, test_names[
test_cur
], sizeof(test_names[0]), &off) != 0)
350
test_names[
test_cur
][0] = '\0';
352
test_cur
++;
368
(
test_cur
!= 4
Completed in 581 milliseconds