Home
last modified time | relevance | path

Searched defs:div_round_up (Results 1 – 3 of 3) sorted by relevance

/system/extras/verity/
Dbuild_verity_tree_utils.h23 inline uint64_t div_round_up(uint64_t x, uint64_t y) { return (x + y - 1) / y; } in div_round_up() function
/system/keymaster/km_openssl/
Dckdf.cpp30 inline uint32_t div_round_up(uint32_t dividend, uint32_t divisor) { in div_round_up() function
/system/core/libmemunreachable/
DAllocator.cpp53 constexpr unsigned int div_round_up(unsigned int x, unsigned int y) { in div_round_up() function