OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__bswapsi2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/builtins/Unit/
bswapsi2_test.c
23
int
test__bswapsi2
(uint32_t a, uint32_t expected)
function
27
printf("error in
test__bswapsi2
(0x%0X) = 0x%0X, expected 0x%0X\n",
36
if (
test__bswapsi2
(0x12345678, 0x78563412))
38
if (
test__bswapsi2
(0x00000001, 0x01000000))
bswapdi2_test.c
27
printf("error in
test__bswapsi2
(0x%0llX) = 0x%0llX, expected 0x%0llX\n",
Completed in 347 milliseconds