Searched refs:factorial_func (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgcore.c54 int factorial_func (int value) function
57 value *= factorial_func (value - 1);
66 factorial_func (6);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgcore.c54 int factorial_func (int value) function
57 value *= factorial_func (value - 1);
66 factorial_func (6);

Completed in 179 milliseconds