Searched refs:test__bswapsi2 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dbswapsi2_test.c22 int test__bswapsi2(uint32_t a, uint32_t expected) { function
25 printf("error in test__bswapsi2(0x%0X) = 0x%0X, expected 0x%0X\n", a,
31 if (test__bswapsi2(0x12345678, 0x78563412))
33 if (test__bswapsi2(0x00000001, 0x01000000))

Completed in 31 milliseconds