HomeSort by relevance Sort by last modified time
    Searched defs:cpu_to_le32 (Results 1 - 11 of 11) 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/util/include/linux/
kernel.h 69 #define cpu_to_le32(x) (x) macro
  /external/grub/stage2/
md5.c 41 #define cpu_to_le32(x) (x) macro
42 #define le32_to_cpu(x) cpu_to_le32(x)
191 *(UINT4 *) (buffer + 56) = cpu_to_le32 (8 * length);
196 state[i] = cpu_to_le32 (state[i]);
  /external/kernel-headers/original/linux/byteorder/
generic.h 93 #define cpu_to_le32 __cpu_to_le32 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 40 #define cpu_to_le32(x) htole32(x) macro
82 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
83 .length = cpu_to_le32(sizeof(descriptors)),
151 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
152 .length = cpu_to_le32(sizeof(strings)),
153 .str_count = cpu_to_le32(1),
154 .lang_count = cpu_to_le32(1),
  /system/extras/ext4_utils/
ext4_utils.h 89 #define cpu_to_le32(x) (x) macro
  /external/grub/netboot/
fa311.c 41 #define cpu_to_le32(val) (val) macro
43 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
258 dev->rx_ring[entry].cmd_status = cpu_to_le32(dev->rx_buf_sz);
297 dev->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | len);
408 dev->rx_ring[i].cmd_status = cpu_to_le32(dev->rx_buf_sz);
natsemi.c 85 #define cpu_to_le32(val) (val)
84 #define cpu_to_le32 macro
tulip.c 130 #define cpu_to_le32(val) (val)
129 #define cpu_to_le32 macro
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1534 static inline uint32_t cpu_to_le32(uint32_t x) function
    [all...]

Completed in 233 milliseconds