HomeSort by relevance Sort by last modified time
    Searched defs:cpu_to_le32 (Results 1 - 10 of 10) sorted by null

  /external/libsepol/src/
private.h 27 #define cpu_to_le32(x) (x) macro
34 #define cpu_to_le32(x) bswap_32(x) macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h 71 #define cpu_to_le32(x) (x) macro
  /bootable/recovery/minadbd/
usb_linux_client.c 38 #define cpu_to_le32(x) htole32(x) macro
64 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
65 .length = cpu_to_le32(sizeof(descriptors)),
133 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
134 .length = cpu_to_le32(sizeof(strings)),
135 .str_count = cpu_to_le32(1),
136 .lang_count = cpu_to_le32(1),
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 68 #define cpu_to_le32(x) (x) macro
  /system/core/adb/
usb_linux_client.c 38 #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/core/fastbootd/
usb_linux_client.c 41 #define cpu_to_le32(x) htole32(x) macro
81 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
82 .length = cpu_to_le32(sizeof(descriptors)),
150 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
151 .length = cpu_to_le32(sizeof(strings)),
152 .str_count = cpu_to_le32(1),
153 .lang_count = cpu_to_le32(1),
  /system/extras/ext4_utils/
ext4_utils.h 68 #define cpu_to_le32(x) (x) macro
  /external/fio/os/
os.h 218 #define cpu_to_le32(val) ({ \ macro
  /external/f2fs-tools/include/
f2fs_fs.h 94 #define cpu_to_le32(x) ((__u32)(x)) macro
101 #define cpu_to_le32(x) bswap_32(x) macro
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1534 static inline uint32_t cpu_to_le32(uint32_t x) function
    [all...]

Completed in 553 milliseconds