Searched refs:kVersionByteIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/support/
H A DUuid.cpp18 static const size_t kVersionByteIndex = 6; variable
80 fValue[kVersionByteIndex] &= 0x0f;
81 fValue[kVersionByteIndex] |= 4 << 4;
153 uint8 bitsToMove = fValue[kVersionByteIndex];

Completed in 35 milliseconds