Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dplatform.h8 #define le32_to_cpu le_to_host32 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dplatform.h8 #define le32_to_cpu le_to_host32 macro
/third_party/selinux/libsepol/src/
Dprivate.h27 #define le32_to_cpu(x) (x) macro
34 #define le32_to_cpu(x) bswap_32(x) macro
/third_party/uboot/u-boot-2020.01/include/
Dcompiler.h98 # define le32_to_cpu(x) (x) macro
111 # define le32_to_cpu(x) uswap_32(x) macro
/third_party/selinux/checkpolicy/test/
Ddismod.c42 #define le32_to_cpu(x) (x) macro
44 #define le32_to_cpu(x) bswap_32(x) macro
/third_party/uboot/u-boot-2020.01/include/linux/byteorder/
Dgeneric.h89 #define le32_to_cpu __le32_to_cpu macro
/third_party/exfat-utils/include/
Dexfat_ondisk.h30 #define le32_to_cpu(x) ((uint32_t)cpu_to_le32(x)) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h194 #define le32_to_cpu(x) (u32)__le32_to_cpu((u32)(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h155 #define le32_to_cpu(x) ((__u32)(x)) macro
162 #define le32_to_cpu(x) bswap_32(x) macro