Searched refs:fact1 (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dwrap3.c8 static int fact1 ( int n );
15 int fact1 ( int n ) function
21 if (n == 0) return 1; else return mul(n, fact1(n-1));
25 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
52 printf("computing fact1(5)\n");
53 r = fact1(5);
54 printf("fact1(5) = %d\n", r);
H A Dwrap4.c6 function's wrapper. Note that because the wrapper for fact1
12 static int fact1 ( int n );
19 int fact1 ( int n ) function
25 if (n == 0) return 1; else return mul(n, fact1(n-1));
29 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
57 printf("computing fact1(5)\n");
58 r = fact1(5);
59 printf("fact1(5) = %d\n", r);
H A Dwrap8.stderr.exp5 by 0x........: fact1 (wrap8.c:50)
6 by 0x........: fact1 (wrap8.c:66)
9 by 0x........: fact1 (wrap8.c:50)
10 by 0x........: fact1 (wrap8.c:66)
13 by 0x........: fact1 (wrap8.c:50)
14 by 0x........: fact1 (wrap8.c:66)
H A Dwrap5.c32 static int fact1 ( int n );
39 int fact1 ( int n ) function
47 if (n == 0) return 1; else return mul(n, fact1(n-1));
51 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
84 printf("computing fact1(7)\n");
85 r = fact1(7);
86 printf("fact1(7) = %d\n", r);
H A Dwrap3.stdout.exp1 computing fact1(5)
14 fact1(5) = 120
H A Dwrap8.c39 static int fact1 ( int n );
46 int fact1 ( int n ) function
54 if (n == 0) return 1; else return mul(n, fact1(n-1));
58 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
91 printf("computing fact1(%d)\n", n); fflush(stdout);
92 r = fact1(n);
93 printf("fact1(%d) = %d\n", n, r); fflush(stdout);
H A Dwrap4.stdout.exp1 computing fact1(5)
26 fact1(5) = 162
H A Dwrap8.stdout.exp1 computing fact1(15)
H A Dwrap5.stdout.exp1 computing fact1(7)
36 fact1(7) = 6806
/external/valgrind/main/cachegrind/tests/
H A Dwrap5.stdout.exp1 computing fact1(7)
36 fact1(7) = 6806
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 234 milliseconds