Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/nolibc/
H A Dendian.h17 #define htobe16(_x) __cpu_to_be16(_x) macro
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1748 CASE_TEST(htobe16); EXPECT_EQ(1, htobe16(is_le ? 0x0123 : 0x2301), 0x2301); break; in run_stdlib()