Searched defs:cpu_to_le32 (Results 1 - 4 of 4) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/
H A Dkernel.h59 #define cpu_to_le32(x) (x) macro
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
H A Dkernel.h71 #define cpu_to_le32(x) (x) macro
/system/extras/ext4_utils/
H A Dext4_utils.h68 #define cpu_to_le32(x) (x) macro
/system/core/adb/
H A Dusb_linux_client.cpp41 #define cpu_to_le32(x) htole32(x) macro
149 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
150 .length = cpu_to_le32(sizeof(strings)),
151 .str_count = cpu_to_le32(1),
152 .lang_count = cpu_to_le32(1),
280 v2_descriptor.header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
281 v2_descriptor.header.length = cpu_to_le32(sizeof(v2_descriptor));
298 v1_descriptor.header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC);
299 v1_descriptor.header.length = cpu_to_le32(sizeof(v1_descriptor));

Completed in 59 milliseconds