Home
last modified time | relevance | path

Searched defs:le16_to_cpu (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dplatform.h7 #define le16_to_cpu le_to_host16 macro
/third_party/fsverity-utils/common/
Dcommon_defs.h81 # define le16_to_cpu(v) ((__force u16)(__le16)(v)) macro
88 # define le16_to_cpu(v) (__builtin_bswap16((__force u16)(v))) macro
/third_party/selinux/libsepol/src/
Dprivate.h25 #define le16_to_cpu(x) (x) macro
32 #define le16_to_cpu(x) bswap_16(x) macro
/third_party/exfatprogs/include/
Dexfat_ondisk.h31 #define le16_to_cpu(x) ((uint16_t)cpu_to_le16(x)) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h193 #define le16_to_cpu(x) (u16)__le16_to_cpu((u16)(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h202 #define le16_to_cpu(x) ((uint16_t)(x)) macro
210 #define le16_to_cpu(x) bswap_16(x) macro