Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dplatform.h7 #define le16_to_cpu le_to_host16 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dplatform.h7 #define le16_to_cpu le_to_host16 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/uboot/u-boot-2020.01/include/
Dcompiler.h97 # define le16_to_cpu(x) (x) macro
110 # define le16_to_cpu(x) uswap_16(x) macro
Dusbdevice.h46 #define le16_to_cpu(x) (x) macro
/third_party/uboot/u-boot-2020.01/include/linux/byteorder/
Dgeneric.h91 #define le16_to_cpu __le16_to_cpu macro
/third_party/exfat-utils/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.h154 #define le16_to_cpu(x) ((__u16)(x)) macro
161 #define le16_to_cpu(x) bswap_16(x) macro