OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_testcases
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c
46
/* GDB will read
n_testcases
to know how many functions to test. The
49
static int
n_testcases
= (sizeof (testcases) / sizeof (testcase_ftype));
variable
54
printf ("usage: insn-reverse <0-%d>\n",
n_testcases
- 1);
76
int in_range_p = 0 <= test_nr && test_nr <
n_testcases
;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c
46
/* GDB will read
n_testcases
to know how many functions to test. The
49
static int
n_testcases
= (sizeof (testcases) / sizeof (testcase_ftype));
variable
54
printf ("usage: insn-reverse <0-%d>\n",
n_testcases
- 1);
76
int in_range_p = 0 <= test_nr && test_nr <
n_testcases
;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
insn-reloc.c
594
n_testcases
to know how many fast tracepoints to place. It will look
621
static size_t
n_testcases
= (sizeof (testcases) / sizeof (testcase_ftype));
variable
628
for (i = 0; i <
n_testcases
; i++)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
insn-reloc.c
594
n_testcases
to know how many fast tracepoints to place. It will look
621
static size_t
n_testcases
= (sizeof (testcases) / sizeof (testcase_ftype));
variable
628
for (i = 0; i <
n_testcases
; i++)
Completed in 16 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026