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

  /external/compiler-rt/test/Unit/
bswapdi2_test.c 23 int test__bswapdi2(uint64_t a, uint64_t expected) function
36 if (test__bswapdi2(0x123456789ABCDEF0LL, 0xF0DEBC9A78563412LL))
38 if (test__bswapdi2(0x0000000100000002LL, 0x0200000001000000LL))
  /frameworks/compile/libbcc/runtime/test/Unit/
bswapdi2_test.c 23 int test__bswapdi2(uint64_t a, uint64_t expected) function
36 if (test__bswapdi2(0x123456789ABCDEF0LL, 0xF0DEBC9A78563412LL))
38 if (test__bswapdi2(0x0000000100000002LL, 0x0200000001000000LL))

Completed in 40 milliseconds