Searched refs:multple (Results 1 – 1 of 1) sorted by relevance
23 int64_t multple = UNIT; in GetRoundSize() local24 while (val * multple < size) { in GetRoundSize()28 if (val > THRESHOLD && multple < ONE_GB) { in GetRoundSize()30 multple *= UNIT; in GetRoundSize()33 return val * multple; in GetRoundSize()