Searched defs:RoundUp (Results 1 – 2 of 2) sorted by relevance
/system/apex/apexer/ | ||
D | apexer.py | 253 def RoundUp(size, unit): function |
/system/update_engine/common/ | ||
D | utils.h | 387 constexpr uint64_t RoundUp(uint64_t x, uint64_t y) { in RoundUp() function |