OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testLess
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
12
void
testLess
(){ printf("%d < %d = %d\n", 10, 4, 10 < 4); }
41
testLess
();
expr.c
12
testLess
(){ printf("%d < %d = %d\n", 10, 4, 10 < 4); }
41
testLess
();
Completed in 244 milliseconds