Searched refs:MinSizeExp (Results 1 – 1 of 1) sorted by relevance
74 static const int MinSizeExp = Log2<MIN_SIZE>::value; member80 static const unsigned NumBins = (MaxSizeExp - MinSizeExp) * StepFactor;99 return StepFactor * (sizeExp - MinSizeExp) + minorIdx; in sizeToIdx()