OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unconst16
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/include/machine/
t_bswap.c
43
static uint16_t
unconst16
(uint16_t);
53
unconst16
(uint16_t val)
function in typeref:typename:uint16_t
94
ATF_REQUIRE_EQ(bswap16(
unconst16
(0x0000)), 0x0000);
95
ATF_REQUIRE_EQ(bswap16(
unconst16
(0xff00)), 0x00ff);
96
ATF_REQUIRE_EQ(bswap16(
unconst16
(0xffff)), 0xffff);
97
ATF_REQUIRE_EQ(bswap16(
unconst16
(0x1234)), 0x3412);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025