Home
last modified time | relevance | path

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

/linux-4.1.27/tools/include/tools/
Dendian.h11 #ifndef htole32
12 #define htole32(x) (x) macro
35 #ifndef htole32
36 #define htole32(x) __bswap_32(x) macro
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/
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),
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
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-4.1.27/Documentation/mic/mpssd/
Dmpssd.c119 .host_features = htole32(
149 htole32(1<<VIRTIO_BLK_F_SEG_MAX),
151 .seg_max = htole32(MIC_VRING_ENTRIES - 2),
/linux-4.1.27/tools/usb/
Dffs-test.c48 #define cpu_to_le32(x) htole32(x)