Home
last modified time | relevance | path

Searched refs:testTimes (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c5 void testTimes(){ printf("%d * %d = %d\n", 10, 4, 10 * 4); } in testTimes() function
34 testTimes(); in main()
Dexpr.c5 testTimes(){ printf("%d * %d = %d\n", 10, 4, 10 * 4); } in testTimes() function
34 testTimes(); in main()