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

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dutils.h34 static inline uint32_t le32_to_cpu(uint32_t v) function
39 static inline uint32_t le32_to_cpu(uint32_t v) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
/external/wpa_supplicant_8/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
/external/selinux/libsepol/src/
H A Dprivate.h28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
/external/fio/os/
H A Dos.h211 #define le32_to_cpu(val) ({ \ macro
/external/selinux/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/f2fs-tools/include/
H A Df2fs_fs.h91 #define le32_to_cpu(x) ((__u32)(x)) macro
98 #define le32_to_cpu(x) bswap_32(x) macro

Completed in 4001 milliseconds