Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c18 void testBitAnd(){ printf("%d & %d = %d\n", 10, 7, 10 & 7); } in testBitAnd() function
47 testBitAnd(); in main()
Dexpr.c18 testBitAnd(){ printf("%d & %d = %d\n", 10, 7, 10 & 7); } in testBitAnd() function
47 testBitAnd(); in main()