Home
last modified time | relevance | path

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

/external/gptfdisk/
Dattributes.cc109 uint64_t bitValue; in ChangeAttributes() local
120 bitValue = UINT64_C(1) << response; // Find the integer value of the bit in ChangeAttributes()
121 if (bitValue & attributes) { // bit is set in ChangeAttributes()
122 attributes &= ~bitValue; // so unset it in ChangeAttributes()
125 attributes |= bitValue; // so set it in ChangeAttributes()