OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__bswapdi2
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/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 119 milliseconds