Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dplatform.h8 #define le32_to_cpu le_to_host32 macro
/third_party/fsverity-utils/common/
Dcommon_defs.h83 # define le32_to_cpu(v) ((__force u32)(__le32)(v)) macro
90 # define le32_to_cpu(v) (__builtin_bswap32((__force u32)(v))) 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/selinux/checkpolicy/test/
Ddismod.c42 #define le32_to_cpu(x) (x) macro
44 #define le32_to_cpu(x) bswap_32(x) macro
/third_party/backends/backend/
Dplustek-pp_sysdep.h260 # define le32_to_cpu(x) 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/exfatprogs/include/
Dexfat_ondisk.h36 #define le32_to_cpu(x) ((uint32_t)cpu_to_le32(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h209 #define le32_to_cpu(x) ((uint32_t)(x)) macro
217 #define le32_to_cpu(x) bswap_32(x) macro