OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMod
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
7
void
testMod
(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); }
36
testMod
();
expr.c
7
testMod
(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); }
36
testMod
();
/external/v8/test/mjsunit/
binary-op-newspace.js
38
function
testMod
() {
44
testMod
();
Completed in 102 milliseconds