Searched refs:div_round_up (Results 1 – 4 of 4) sorted by relevance
25 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()
23 inline uint64_t div_round_up(uint64_t x, uint64_t y) { return (x + y - 1) / y; } in div_round_up() function
30 inline uint32_t div_round_up(uint32_t dividend, uint32_t divisor) { in div_round_up() function46 const uint32_t blocks = div_round_up(output->key_material_size, AES_BLOCK_SIZE); in DEFINE_OPENSSL_OBJECT_POINTER()
53 constexpr unsigned int div_round_up(unsigned int x, unsigned int y) { in div_round_up() function198 uint32_t dirty_pages_[div_round_up(kUsablePagesPerChunk, 32)];