Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dprivate.h29 #define le64_to_cpu(x) (x) macro
36 #define le64_to_cpu(x) bswap_64(x) macro
/third_party/uboot/u-boot-2020.01/include/
Dcompiler.h99 # define le64_to_cpu(x) (x) macro
112 # define le64_to_cpu(x) uswap_64(x) macro
/third_party/uboot/u-boot-2020.01/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu macro
/third_party/exfat-utils/include/
Dexfat_ondisk.h29 #define le64_to_cpu(x) ((uint64_t)cpu_to_le64(x)) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h195 #define le64_to_cpu(x) (u64)__le64_to_cpu((u64)(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h156 #define le64_to_cpu(x) ((__u64)(x)) macro
163 #define le64_to_cpu(x) bswap_64(x) macro