Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c19 void testBitXor(){ printf("%d ^ %d = %d\n", 10, 7, 10 ^ 7); } in testBitXor() function
Dexpr.c19 testBitXor(){ printf("%d ^ %d = %d\n", 10, 7, 10 ^ 7); } in testBitXor() function