OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test__bswapsi2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/test/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))
/src/sys/external/bsd/compiler_rt/dist/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))
Completed in 57 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026