Searched defs:le32_to_cpu (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dradiotap.c26 #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/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c26 #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/wpa_supplicant_8/src/utils/
H A Dradiotap.c26 #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/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c26 #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/
H A Dprivate.h28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
/external/grub/stage2/
H A Dmd5.c42 #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/
H A Dgeneric.h94 #define le32_to_cpu __le32_to_cpu macro
/external/checkpolicy/test/
H A Ddismod.c43 #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) {
/external/grub/netboot/
H A Dfa311.c42 #define le32_to_cpu(val) (val) macro
44 #define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))

Completed in 6480 milliseconds