Home
last modified time | relevance | path

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

/system/extras/verity/
Dbuild_verity_tree_utils.cpp25 uint64_t level_blocks = div_round_up(data_size, block_size); in verity_tree_blocks()
26 uint64_t hashes_per_block = div_round_up(block_size, hash_size); in verity_tree_blocks()
29 level_blocks = div_round_up(level_blocks, hashes_per_block); in verity_tree_blocks()
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
46 const uint32_t blocks = div_round_up(output->key_material_size, AES_BLOCK_SIZE); in DEFINE_OPENSSL_OBJECT_POINTER()
/system/memory/libmemunreachable/
DAllocator.cpp53 constexpr unsigned int div_round_up(unsigned int x, unsigned int y) { in div_round_up() function
198 uint32_t dirty_pages_[div_round_up(kUsablePagesPerChunk, 32)];