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

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

Completed in 34 milliseconds