HomeSort by relevance Sort by last modified time
    Searched full:ao_xor (Results 1 - 1 of 1) sorted by null

  /external/gptfdisk/
attributes.cc 148 ao_or, ao_nand, ao_xor, ao_assignall, // operate on all attributes (bitmask) enumerator in enum:__anon12469
157 else if (attributeOperator == "xor") attributeOpcode = ao_xor;
201 case ao_xor: attributes ^= attributeBitMask; break;

Completed in 2483 milliseconds