Searched refs:data_block_count (Results 1 – 1 of 1) sorted by relevance
357 const int32_t data_block_count = numBytesToNumBlocks(file.size); in SendTreeBlocksForDataBlock() local360 const int32_t leaf_nodes_count = (data_block_count + kHashesPerBlock - 1) / kHashesPerBlock; in SendTreeBlocksForDataBlock()688 int32_t data_block_count = numBytesToNumBlocks(file_size); in open_signature() local689 int32_t leaf_nodes_count = (data_block_count + kHashesPerBlock - 1) / kHashesPerBlock; in open_signature()