Searched refs:ao_xor (Results 1 – 1 of 1) sorted by relevance
150 ao_or, ao_nand, ao_xor, ao_assignall, // operate on all attributes (bitmask) in OperateOnAttributes() enumerator159 else if (attributeOperator == "xor") attributeOpcode = ao_xor; in OperateOnAttributes()203 case ao_xor: attributes ^= attributeBitMask; break; in OperateOnAttributes()