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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 18 void testBitAnd(){ printf("%d & %d = %d\n", 10, 7, 10 & 7); }
47 testBitAnd();
expr.c 18 testBitAnd(){ printf("%d & %d = %d\n", 10, 7, 10 & 7); }
47 testBitAnd();

Completed in 39 milliseconds