Searched refs:lastByteBitMask (Results 1 – 1 of 1) sorted by relevance
102 uint8_t lastByteBitMask = ~(static_cast<uint8_t>(1 << (byteLength * 8 - mLength)) - 1); in Tidy() local106 mPrefix.mFields.m8[byteLength - 1] &= lastByteBitMask; in Tidy()