Searched defs:test__bswapdi2 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dbswapdi2_test.c23 int test__bswapdi2(uint64_t a, uint64_t expected) function
36 if (test__bswapdi2(0x123456789ABCDEF0LL, 0xF0DEBC9A78563412LL))
38 if (test__bswapdi2(0x0000000100000002LL, 0x0200000001000000LL))

Completed in 97 milliseconds