Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c7 void testMod(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); } in testMod() function
36 testMod(); in main()
Dexpr.c7 testMod(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); } in testMod() function
36 testMod(); in main()