Searched refs:maxVectSizeBits (Results 1 – 1 of 1) sorted by relevance
174 uint32_t maxVectSizeBits; in CC_RndGenerateVectorInRange() local237 maxVectSizeBits = CC_CommonGetBytesCounterEffectiveSizeInBits( in CC_RndGenerateVectorInRange()240 if (maxVectSizeBits < 3 || (maxVectSizeBits == 3 && maxVect_ptr[0] < 4)) { in CC_RndGenerateVectorInRange()248 maxVectSizeBytes = CALC_FULL_BYTES(maxVectSizeBits); in CC_RndGenerateVectorInRange()264 shift = (int8_t)(8 - (maxVectSizeBits & 7))&7; in CC_RndGenerateVectorInRange()