Home
last modified time | relevance | path

Searched refs:RoundDown (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt.cpp65 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown() function
71 return RoundDown(x + n - 1, n); in RoundUp()
446 r = RoundDown(r, kPageSize); in ChooseRelocationOffsetDelta()