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

  /external/compiler-rt/test/Unit/
popcountsi2_test.c 30 int test__popcountsi2(si_int a) function
44 if (test__popcountsi2(0))
46 if (test__popcountsi2(1))
48 if (test__popcountsi2(2))
50 if (test__popcountsi2(0xFFFFFFFD))
52 if (test__popcountsi2(0xFFFFFFFE))
54 if (test__popcountsi2(0xFFFFFFFF))
58 if (test__popcountsi2(rand()))
  /frameworks/compile/libbcc/runtime/test/Unit/
popcountsi2_test.c 30 int test__popcountsi2(si_int a) function
44 if (test__popcountsi2(0))
46 if (test__popcountsi2(1))
48 if (test__popcountsi2(2))
50 if (test__popcountsi2(0xFFFFFFFD))
52 if (test__popcountsi2(0xFFFFFFFE))
54 if (test__popcountsi2(0xFFFFFFFF))
58 if (test__popcountsi2(rand()))

Completed in 291 milliseconds