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