Searched refs:BlockIdx (Results 1 – 4 of 4) sorted by relevance
59 using BlockIdx = int32_t; typedef124 BlockIdx block_idx;134 BlockIdx block_idx; // 4 bytes165 int64_t ReadTreeBlock(BlockIdx block_idx, void* buf) const { in ReadTreeBlock()192 std::vector<BlockIdx> priority_blocks_;212 BlockIdx overallIndex = 0;213 BlockIdx overallEnd = 0;214 BlockIdx priorityIndex = 0;222 : PrefetchState(f, 0, (BlockIdx)f.sentBlocks.size()) {} in PrefetchState()348 request.block_idx = readBigEndian<BlockIdx>(&commandBuf[4]); in ReadRequest()[all …]
55 using BlockIdx = int32_t; typedef106 BlockIdx blockIdx = -1;120 BlockIdx blockIdx;126 BlockIdx blockIdx = -1) { in sendRequest()666 const auto blockIdx = static_cast<BlockIdx>(pendingRead.block); in onPendingReadsWithUid()968 header.blockIdx = static_cast<BlockIdx>(be32toh(*reinterpret_cast<const uint32_t*>(&data[4]))); in readHeader()
3288 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3289 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3633 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3634 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()