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

/system/core/adb/
H A Dusb_linux_client.c38 #define cpu_to_le32(x) htole32(x) macro
67 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
68 .length = cpu_to_le32(sizeof(descriptors)),
136 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
137 .length = cpu_to_le32(sizeof(strings)),
138 .str_count = cpu_to_le32(1),
139 .lang_count = cpu_to_le32(1),
/system/extras/ext4_utils/
H A Dcontents.c257 #define cpu_to_le32(x) (x) macro
277 *hdr = cpu_to_le32(EXT4_XATTR_MAGIC);
284 entry->e_value_size = cpu_to_le32(value_len);

Completed in 119 milliseconds