Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp59 using BlockIdx = int32_t; typedef
124 BlockIdx block_idx;
134 BlockIdx block_idx; // 4 bytes
165 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 …]
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp55 using BlockIdx = int32_t; typedef
106 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()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3288 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
3289 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3633 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
3634 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()