Home
last modified time | relevance | path

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

/linux/tools/include/tools/
H A Dendian.h9 #ifndef htole16
10 #define htole16(x) (x) macro
33 #ifndef htole16
34 #define htole16(x) __bswap_16(x) macro
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c108 .wMaxPacketSize = htole16(512),
115 .wMaxPacketSize = htole16(512),
136 htole16(0x0409), /* en-us */
/linux/tools/include/nolibc/
H A Dendian.h18 #define htole16(_x) __cpu_to_le16(_x) macro
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1749 CASE_TEST(htole16); EXPECT_EQ(1, htole16(is_le ? 0x0123 : 0x2301), 0x0123); break; in run_stdlib()