Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h128 #define __constant_le32_to_cpu(x) (x) macro
162 #define __constant_le32_to_cpu(x) __ntfs_bswap_constant_32((u32)(x)) macro
274 #define const_le32_to_cpu(x) ((u32) __constant_le32_to_cpu(x))
282 #define const_sle32_to_cpu(x) ((s32) __constant_le32_to_cpu((le32) x))