112 static_cast<unsigned int>(-1) >>
117 for (
unsigned int i = 0; i < numOfMAUs; i++) {
122 if (shiftCount <
static_cast<int>(
sizeof(value)*
BYTE_BITWIDTH)) {
125 currentMAU = (value >> shiftCount) & mauMask;
131 for (
int j = mauInBytes-1; j >= 0; j--) {
132 Byte currentByte =
static_cast<Byte>(currentMAU);
133 setByte(byteOffset + j, currentByte);
166 static_cast<unsigned int>(-1) >>
171 for (
unsigned int i = 0; i < numOfMAUs; i++) {
177 if (shiftCount <
static_cast<int>(
sizeof(value)*
BYTE_BITWIDTH)) {
180 currentMAU = (value >> shiftCount) & mauMask;
185 for (
int j = mauInBytes-1; j >= 0; j--) {
186 Byte currentByte =
static_cast<Byte>(currentMAU);
187 setByte(byteOffset + j,currentByte);