Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp357 const int32_t data_block_count = numBytesToNumBlocks(file.size); in SendTreeBlocksForDataBlock() local
360 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() local
689 int32_t leaf_nodes_count = (data_block_count + kHashesPerBlock - 1) / kHashesPerBlock; in open_signature()