/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
bswapsi2_test.c | 23 int test__bswapsi2(uint32_t a, uint32_t expected) function in typeref:typename:int 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))
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
bswapsi2_test.c | 23 int test__bswapsi2(uint32_t a, uint32_t expected) function in typeref:typename:int 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))
|