Home
last modified time | relevance | path

Searched refs:__ntfs_bswap_constant_16 (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h89 #define __ntfs_bswap_constant_16(x) \ macro
112 # define bswap_16(x) __ntfs_bswap_constant_16(x)
143 #define __constant_be16_to_cpu(x) __ntfs_bswap_constant_16((u16)(x))
147 #define __constant_cpu_to_be16(x) __ntfs_bswap_constant_16((u16)(x))
161 #define __constant_le16_to_cpu(x) __ntfs_bswap_constant_16((u16)(x))
165 #define __constant_cpu_to_le16(x) __ntfs_bswap_constant_16((u16)(x))