Searched refs:byteLength (Results 1 – 1 of 1) sorted by relevance
89 uint8_t byteLength = GetBytesSize(); in Tidy() local90 uint8_t lastByteBitMask = ~(static_cast<uint8_t>(1 << (byteLength * 8 - mLength)) - 1); in Tidy()92 if (byteLength != 0) in Tidy()94 mPrefix.mFields.m8[byteLength - 1] &= lastByteBitMask; in Tidy()97 for (uint16_t i = byteLength; i < GetArrayLength(mPrefix.mFields.m8); i++) in Tidy()