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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 11 void testShiftRight(){ printf("%d >> %d = %d\n", 100, 4, 100 >> 4); }
40 testShiftRight();
expr.c 11 testShiftRight(){ printf("%d >> %d = %d\n", 100, 4, 100 >> 4); }
40 testShiftRight();

Completed in 41 milliseconds