Home
last modified time | relevance | path

Searched refs:htole32 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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),
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c65 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
66 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
68 .length = htole32(sizeof(descriptors)),
70 .fs_count = htole32(3),
92 .hs_count = htole32(3),
128 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
129 .length = htole32(sizeof(strings)),
130 .str_count = htole32(1),
131 .lang_count = htole32(1),
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-5.10/tools/bootconfig/
H A Dmain.c414 *(u32 *)p = htole32(size); in apply_xbc()
417 *(u32 *)p = htole32(csum); in apply_xbc()
/kernel/linux/linux-6.6/tools/bootconfig/
H A Dmain.c434 *(uint32_t *)p = htole32(size); in apply_xbc()
437 *(uint32_t *)p = htole32(csum); in apply_xbc()

Completed in 4 milliseconds