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