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

/haiku-fatelf/src/bin/
H A Dmodifiers.cpp76 int32 mask_and = 0x0; local
91 mask_and |= modifier_bits[j];
102 mask_and |= mask_xor;
103 return (((mods & mask_and) ^ mask_xor) != 0);

Completed in 69 milliseconds