Searched defs:fact1 (Results 1 - 5 of 5) sorted by last modified time

/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 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 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);
/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 150 milliseconds