Lines Matching refs:aBits
62244 RotateBitsLeft32(uint32_t aValue, uint8_t aBits)62247 return (aValue << aBits) | (aValue >> (32 - aBits));