Searched refs:RoundDown (Results 1 – 1 of 1) sorted by relevance
98 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown() function104 return RoundDown(x + n - 1, n); in RoundUp()634 r = RoundDown(r, kPageSize); in ChooseRelocationOffsetDelta()