Home | History | Annotate | Download | only in Scalar

Lines Matching defs:MaxSize

94     unsigned MaxSize;
100 MaxSize(Threshold)
251 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
252 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
284 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;