Home | History | Annotate | Download | only in Scalar

Lines Matching defs:MaxSize

93     unsigned MaxSize;
99 MaxSize(Threshold)
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;