Home
last modified time | relevance | path

Searched refs:numParts (Results 1 – 12 of 12) sorted by relevance

/external/gptfdisk/
Dgpt.cc84 mainHeader.numParts = 0; in GPTData()
85 numParts = 0; in GPTData()
109 mainHeader.numParts = 0; in GPTData()
110 numParts = 0; in GPTData()
127 numParts = orig.numParts; in operator =()
149 partitions = new GPTPart [numParts]; in operator =()
155 for (i = 0; i < numParts; i++) { in operator =()
257 if (mainHeader.numParts != secondHeader.numParts) { in Verify()
259 cout << "\nProblem: main GPT header's number of partitions (" << mainHeader.numParts in Verify()
261 << secondHeader.numParts << ")\n" in Verify()
[all …]
Dbsd.cc34 numParts = 0; in BSDData()
122 numParts = *temp16; in ReadBSDData()
130 if (foundSig && (numParts <= MAX_BSD_PARTS) && allOK) { in ReadBSDData()
138 partitions = new struct BSDRecord[numParts * sizeof(struct BSDRecord)]; in ReadBSDData()
143 for (i = 0; i < numParts; i++) { in ReadBSDData()
167 for (i = 0; i < numParts; i++) { in ReadBSDData()
181 ReverseBytes(&numParts, 2); in ReverseMetaBytes()
190 for (i = 0; i < numParts; i++) { in DisplayBSDData()
236 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0)) in GetType()
246 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0)) in GetFirstSector()
[all …]
Dgpttext.cc165 cout << "Current partition table size is " << numParts << ".\n"; in ResizePartitionTable()
195 (firstFreePart < numParts)) { in CreatePartition()
201 prompt1 << "Partition number (" << firstFreePart + 1 << "-" << numParts in CreatePartition()
204 partNum = GetNumber(firstFreePart + 1, numParts, in CreatePartition()
240 if (firstFreePart >= numParts) in CreatePartition()
339 if (high >= numParts - 1) in SwapPartitions()
341 prompt << "New partition number (1-" << numParts in SwapPartitions()
343 partNum2 = GetNumber(1, numParts, high + 2, prompt.str()) - 1; in SwapPartitions()
502 for (i = 0; i < numParts; i++) { in XFormToMBR()
643 uint32_t numParts; in RecoveryMenu() local
[all …]
Dsgdisk.cc37 int numParts = 0; in android_dump() local
69 numParts = gptData.GetNumParts(); in android_dump()
70 for (int i = 0; i < numParts; i++) { in android_dump()
Dgpt.h55 uint32_t numParts; member
66 uint32_t numParts; // # of partitions the table can hold variable
165 uint32_t GetNumParts(void) {return mainHeader.numParts;} in GetNumParts()
Dgptcl.cc486 int numParts, allOK = 1, i, origPartNum; in BuildMBR() local
491 numParts = CountColons(argument) + 1; in BuildMBR()
492 if (numParts <= (4 - isHybrid)) { in BuildMBR()
494 for (i = 0; i < numParts; i++) { in BuildMBR()
Dbsd.h67 uint16_t numParts; // number of partitions in table variable
Dgptcurses.cc92 for (i = 0; i < numParts; i++) { in MakeSpacesFromParts()
/external/lzma/CPP/Windows/Control/
DStatusBar.h34 bool SetParts(unsigned numParts, const int *edgePostions) in SetParts() argument
35 { return LRESULTToBool(SendMsg(SB_SETPARTS, numParts, (LPARAM)edgePostions)); } in SetParts()
/external/syslinux/utils/
Disohybrid.c177 uint32_t numParts; member
834 header->numParts = lendian_int(0x80); in initialise_gpt()
841 gpt -= header->sizeOfPartitionEntries * header->numParts; in initialise_gpt()
885 header->numParts * header->sizeOfPartitionEntries)); in initialise_gpt()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp637 unsigned numParts = partCount(); in makeNaN() local
640 if (!fill || fill->getNumWords() < numParts) in makeNaN()
641 APInt::tcSet(significand, 0, numParts); in makeNaN()
644 std::min(fill->getNumWords(), numParts)); in makeNaN()
651 for (part++; part != numParts; ++part) in makeNaN()
664 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
/external/llvm/lib/Support/
DAPFloat.cpp629 unsigned numParts = partCount(); in makeNaN() local
632 if (!fill || fill->getNumWords() < numParts) in makeNaN()
633 APInt::tcSet(significand, 0, numParts); in makeNaN()
636 std::min(fill->getNumWords(), numParts)); in makeNaN()
643 for (part++; part != numParts; ++part) in makeNaN()
656 if (APInt::tcIsZero(significand, numParts)) in makeNaN()