Searched refs:htole16 (Results 1 – 4 of 4) sorted by relevance
9 #ifndef htole1610 #define htole16(x) (x) macro33 #ifndef htole1634 #define htole16(x) __bswap_16(x) macro
108 .wMaxPacketSize = htole16(512),115 .wMaxPacketSize = htole16(512),136 htole16(0x0409), /* en-us */
18 #define htole16(_x) __cpu_to_le16(_x) macro
1749 CASE_TEST(htole16); EXPECT_EQ(1, htole16(is_le ? 0x0123 : 0x2301), 0x0123); break; in run_stdlib()