Searched defs:num_blocks (Results 1 – 3 of 3) sorted by relevance
87 let mut num_blocks = (input_size + block_size - 1) / block_size; in generate_hash_tree() localVariable141 let num_blocks = (input_size + block_size - 1) / block_size; in calc_hash_levels() localVariable
124 let num_blocks = ceiling_div(self.entries_count, entries_per_blk).unwrap(); in get_partition_by_name() localVariable
125 NumBlocks num_blocks; member