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

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp87 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { function in namespace:android::installd
93 return RoundDown(x + n - 1, n);
939 r = RoundDown(r, kPageSize);

Completed in 1553 milliseconds