Home
last modified time | relevance | path

Searched defs:RoundUp (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexer/
H A Dapexer.py232 def RoundUp(size, unit): function
/aosp12/system/update_engine/common/
H A Dutils.h327 constexpr uint64_t RoundUp(uint64_t x, uint64_t y) { in RoundUp() function
/aosp12/art/libartbase/base/
H A Dbit_utils.h174 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp() function
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp103 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp() function