HomeSort by relevance Sort by last modified time
    Searched refs:testBitOr (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 20 void testBitOr(){ printf("%d | %d = %d\n", 10, 4, 10 | 4); }
49 testBitOr();
expr.c 20 testBitOr(){ printf("%d | %d = %d\n", 10, 4, 10 | 4); }
49 testBitOr();

Completed in 128 milliseconds