Searched defs:firstBlock (Results 1 – 9 of 9) sorted by relevance
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
D | ExecutionDataReader.java | 33 private boolean firstBlock = true; field in ExecutionDataReader
|
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
D | KernelOutlining.cpp | 44 Block &firstBlock = launchOpBody.front(); in injectGpuIndexOperations() local
|
/external/gptfdisk/ |
D | gpttext.cc | 202 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector; in CreatePartition() local
|
D | gpt.cc | 2282 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
|
D | basicmbr.cc | 1092 uint64_t firstBlock; // first block in a segment in MakeBiggestPart() local
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestPatterns.cpp | 858 Block &firstBlock = op.body().front(); in matchAndRewrite() local 877 Block &firstBlock = op->getRegion(0).front(); in matchAndRewrite() local
|
/external/skqp/tools/bookmaker/ |
D | includeWriter.cpp | 961 void IncludeWriter::firstBlock(int size, const char* data) { in firstBlock() function in IncludeWriter
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | Global.h | 160 unsigned firstBlock : 1; //12) SET if the first block of hash member
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | IRModules.cpp | 2908 MlirBlock firstBlock = mlirRegionGetFirstBlock(self.get()); in populateIRSubmodule() local
|