Home
last modified time | relevance | path

Searched refs:htole32 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/tools/
H A Dendian.h12 #ifndef htole32
13 #define htole32(x) (x) macro
36 #ifndef htole32
37 #define htole32(x) __bswap_32(x) macro
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c67 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
68 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
70 .length = htole32(sizeof(descriptors)),
72 .fs_count = htole32(3),
94 .hs_count = htole32(3),
130 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
131 .length = htole32(sizeof(strings)),
132 .str_count = htole32(1),
133 .lang_count = htole32(1),
/linux/tools/include/nolibc/
H A Dendian.h23 #define htole32(_x) __cpu_to_le32(_x) macro
/linux/tools/bootconfig/
H A Dmain.c445 footer.size = htole32(size); in apply_xbc()
446 footer.csum = htole32(csum); in apply_xbc()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1751 …CASE_TEST(htole32); EXPECT_EQ(1, htole32(is_le ? 0x01234567 : 0x67452301), 0x01234… in run_stdlib()