Searched defs:numParts (Results 1 - 8 of 8) sorted by relevance

/external/gptfdisk/
H A Dsgdisk.cc37 int numParts = 0; local
69 numParts = gptData.GetNumParts();
70 for (int i = 0; i < numParts; i++) {
H A Dbsd.h67 uint16_t numParts; // number of partitions in table member in class:BSDData
H A Dgptcl.cc486 int numParts, allOK = 1, i, origPartNum; local
491 numParts = CountColons(argument) + 1;
492 if (numParts <= (4 - isHybrid)) {
494 for (i = 0; i < numParts; i++) {
H A Dgpt.h55 uint32_t numParts; member in struct:GPTHeader
66 uint32_t numParts; // # of partitions the table can hold member in class:GPTData
165 uint32_t GetNumParts(void) {return mainHeader.numParts;}
H A Dgpttext.cc165 cout << "Current partition table size is " << numParts << ".\n"; local
195 (firstFreePart < numParts)) {
201 prompt1 << "Partition number (" << firstFreePart + 1 << "-" << numParts
204 partNum = GetNumber(firstFreePart + 1, numParts,
240 if (firstFreePart >= numParts)
339 if (high >= numParts - 1)
341 prompt << "New partition number (1-" << numParts
343 partNum2 = GetNumber(1, numParts, high + 2, prompt.str()) - 1;
502 for (i = 0; i < numParts; i++) {
643 uint32_t numParts; local
[all...]
H A Dgpt.cc84 mainHeader.numParts = 0;
85 numParts = 0;
109 mainHeader.numParts = 0;
110 numParts = 0;
127 numParts = orig.numParts;
149 partitions = new GPTPart [numParts];
155 for (i = 0; i < numParts; i++) {
257 if (mainHeader.numParts != secondHeader.numParts) {
1445 cout << "Partition table holds up to " << numParts << " entries\\n"; local
2358 << numParts << " available)\\n"; local
[all...]
/external/lzma/CPP/Windows/Control/
H A DStatusBar.h34 bool SetParts(unsigned numParts, const int *edgePostions) argument
35 { return LRESULTToBool(SendMsg(SB_SETPARTS, numParts, (LPARAM)edgePostions)); }
/external/syslinux/utils/
H A Disohybrid.c177 uint32_t numParts; member in struct:gpt_header
834 header->numParts = lendian_int(0x80);
841 gpt -= header->sizeOfPartitionEntries * header->numParts;
885 header->numParts * header->sizeOfPartitionEntries));

Completed in 216 milliseconds