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

  /external/wpa_supplicant_8/src/utils/
radiotap.c 26 #define le32_to_cpu le_to_host32 macro
97 iterator->bitmap_shifter = le32_to_cpu(get_unaligned(
105 while (le32_to_cpu(get_unaligned((__le32 *)iterator->arg)) &
271 iterator->bitmap_shifter = le32_to_cpu(
  /external/libsepol/src/
private.h 28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
  /external/grub/stage2/
md5.c 42 #define le32_to_cpu(x) cpu_to_le32(x) macro
108 tmp = a + F (b, c, d) + le32_to_cpu (x[i]) + T[i];
116 tmp = a + G (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+16];
124 tmp = a + H (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+32];
132 tmp = a + I (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+48];
  /external/kernel-headers/original/linux/byteorder/
generic.h 94 #define le32_to_cpu __le32_to_cpu macro
  /external/checkpolicy/test/
dismod.c 43 #define le32_to_cpu(x) (x) macro
45 #define le32_to_cpu(x) bswap_32(x) macro
724 if (le32_to_cpu(buf[0]) == SEPOL_MODULE_PACKAGE_MAGIC) {
  /system/extras/ext4_utils/
ext4_utils.h 91 #define le32_to_cpu(x) (x) macro
  /external/grub/netboot/
fa311.c 42 #define le32_to_cpu(val) (val) macro
44 #define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))

Completed in 286 milliseconds