Home
last modified time | relevance | path

Searched defs:firstBlock (Results 1 – 9 of 9) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataReader.java33 private boolean firstBlock = true; field in ExecutionDataReader
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DKernelOutlining.cpp44 Block &firstBlock = launchOpBody.front(); in injectGpuIndexOperations() local
/external/gptfdisk/
Dgpttext.cc202 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector; in CreatePartition() local
Dgpt.cc2282 uint64_t start, firstBlock, lastBlock, segmentSize, selectedSize = 0, selectedSegment = 0; in FindFirstInLargest() local
2349 uint64_t firstBlock; // first block in a segment in FindFreeBlocks() local
Dbasicmbr.cc1092 uint64_t firstBlock; // first block in a segment in MakeBiggestPart() local
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestPatterns.cpp858 Block &firstBlock = op.body().front(); in matchAndRewrite() local
877 Block &firstBlock = op->getRegion(0).front(); in matchAndRewrite() local
/external/skqp/tools/bookmaker/
DincludeWriter.cpp961 void IncludeWriter::firstBlock(int size, const char* data) { in firstBlock() function in IncludeWriter
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h160 unsigned firstBlock : 1; //12) SET if the first block of hash member
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2908 MlirBlock firstBlock = mlirRegionGetFirstBlock(self.get()); in populateIRSubmodule() local