Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgpttext.cc202 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector, lastAligned; in CreatePartition() local
214 lastBlock = FindLastAvailable(); in CreatePartition()
229 prompt2 << "First sector (" << firstBlock << "-" << lastBlock << ", default = " in CreatePartition()
232 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, prompt2.str()); in CreatePartition()
245 lastBlock = FindLastInFree(firstBlock, false); in CreatePartition()
247 prompt3 << "Last sector (" << firstBlock << "-" << lastBlock << ", default = " in CreatePartition()
250 sector = GetSectorNum(firstBlock, lastBlock, lastAligned, prompt3.str()); in CreatePartition()
252 lastBlock = sector; in CreatePartition()
254 GPTData::CreatePartition(partNum, firstBlock, lastBlock); in CreatePartition()
Dgpt.cc2306 uint64_t start, firstBlock, lastBlock, segmentSize, selectedSize = 0, selectedSegment = 0; in FindFirstInLargest() local
2312 lastBlock = FindLastInFree(firstBlock); in FindFirstInLargest()
2313 segmentSize = lastBlock - firstBlock + UINT32_C(1); in FindFirstInLargest()
2318 start = lastBlock + 1; in FindFirstInLargest()
2384 uint64_t lastBlock; // last block in a segment in FindFreeBlocks() local
2393 lastBlock = FindLastInFree(firstBlock); in FindFreeBlocks()
2394 segmentSize = lastBlock - firstBlock + UINT64_C(1); in FindFreeBlocks()
2400 start = lastBlock + 1; in FindFreeBlocks()
Dbasicmbr.cc1093 uint64_t lastBlock; // last block in a segment in MakeBiggestPart() local
1103 lastBlock = FindLastInFree(firstBlock); in MakeBiggestPart()
1104 segmentSize = lastBlock - firstBlock + UINT64_C(1); in MakeBiggestPart()
1109 start = lastBlock + 1; in MakeBiggestPart()
/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts98 const lastBlock = this.sequence.blocks[this.sequence.blocks.length - 1]; constant
99 this.numInstructions = lastBlock.instructions[lastBlock.instructions.length - 1].id + 1;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58872 U32 lastBlock; member