Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c10 void testShiftLeft(){ printf("%d << %d = %d\n", 10, 4, 10 << 4); } in testShiftLeft() function
39 testShiftLeft(); in main()
Dexpr.c10 testShiftLeft(){ printf("%d << %d = %d\n", 10, 4, 10 << 4); } in testShiftLeft() function
39 testShiftLeft(); in main()