Home
last modified time | relevance | path

Searched refs:ao_xor (Results 1 – 1 of 1) sorted by relevance

/external/gptfdisk/
Dattributes.cc150 ao_or, ao_nand, ao_xor, ao_assignall, // operate on all attributes (bitmask) in OperateOnAttributes() enumerator
159 else if (attributeOperator == "xor") attributeOpcode = ao_xor; in OperateOnAttributes()
203 case ao_xor: attributes ^= attributeBitMask; break; in OperateOnAttributes()