Home
last modified time | relevance | path

Searched refs:htole64 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/tools/
H A Dendian.h15 #ifndef htole64
16 #define htole64(x) (x) macro
39 #ifndef htole64
40 #define htole64(x) __bswap_64(x) macro
/linux/tools/include/nolibc/
H A Dendian.h28 #define htole64(_x) __cpu_to_le64(_x) macro
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1753 …CASE_TEST(htole64); EXPECT_EQ(1, htole64(is_le ? 0x0123456789 : 0x8967452301000000… in run_stdlib()
/linux/Documentation/networking/
H A Dj1939.rst927 uint64_t dat = htole64(name);