Searched refs:htole32 (Results 1 – 3 of 3) sorted by relevance
/tools/include/tools/ |
D | endian.h | 12 #ifndef htole32 13 #define htole32(x) (x) macro 36 #ifndef htole32 37 #define htole32(x) __bswap_32(x) macro
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 65 .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),
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 67 .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),
|