Searched defs:fact2 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dwrap3.c9 static int fact2 ( int n );
17 if (n == 0) return 1; else return mul(n, fact2(n-1));
19 int fact2 ( int n ) function
36 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
H A Dwrap4.c13 static int fact2 ( int n );
21 if (n == 0) return 1; else return mul(n, fact2(n-1));
23 int fact2 ( int n ) function
37 if (n >= 3) r += fact2(2);
41 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
H A Dwrap5.c33 static int fact2 ( int n );
42 if (n == 0) return 1; else return mul(n, fact2(n-1));
44 int fact2 ( int n ) function
61 if (n >= 3) r += fact2(2);
65 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
H A Dwrap8.c40 static int fact2 ( int n );
49 if (n == 0) return 1; else return mul(n, fact2(n-1));
51 int fact2 ( int n ) function
68 if (n >= 3) r += fact2(2);
72 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
/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 202 milliseconds