Searched refs:const_le32_to_cpu (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dendians.h196 #define const_le32_to_cpu(x) __constant_le32_to_cpu(x) macro
H A Dsecurity.c4126 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY);
4128 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY);
4130 attrib |= const_le32_to_cpu(FILE_ATTR_NORMAL);
4723 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY);
4725 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY);
4727 attrib |= const_le32_to_cpu(FILE_ATTR_NORMAL);

Completed in 99 milliseconds