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