Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp86 static constexpr inline off64_t blockIndexToOffset(BlockIdx blockIdx) { in blockIndexToOffset() argument
87 return static_cast<off64_t>(blockIdx) * kBlockSize; in blockIndexToOffset()
239 SendResult SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush = false);
241 bool SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx);
242 bool SendTreeBlocksForDataBlock(FileId fileId, BlockIdx blockIdx);
352 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock() argument
365 const int32_t leaf_idx = leaf_nodes_offset + blockIdx / kHashesPerBlock; in SendTreeBlocksForDataBlock()
369 if (!SendTreeBlock(fileId, blockIdx, leaf_idx)) { in SendTreeBlocksForDataBlock()
380 if (!SendTreeBlock(fileId, blockIdx, i)) { in SendTreeBlocksForDataBlock()
388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock() argument
[all …]