/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaAlone.cs | 99 static bool GetNumber(string s, out Int32 v)
in GetNumber() method in SevenZip.LzmaAlone 175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
in Main2() 190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations))
in Main2() 256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm))
in Main2() 260 if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out numFastBytes))
in Main2() 263 if (!GetNumber((string)parser[(int)Key.LitContext].PostStrings[0], out litContextBits))
in Main2() 266 if (!GetNumber((string)parser[(int)Key.LitPos].PostStrings[0], out litPosBits))
in Main2() 269 if (!GetNumber((string)parser[(int)Key.PosBits].PostStrings[0], out posStateBits))
in Main2()
|
/third_party/gptfdisk/ |
H A D | gpttext.cc | 77 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: "); in UseWhichPartitions() 92 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: "); in UseWhichPartitions() 101 answer = GetNumber(1, 2, 1, " 1 - Use current GPT\n 2 - Create blank GPT\n\nYour answer: "); in UseWhichPartitions() 154 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in GetPartNum() 172 newSize = GetNumber(4, 65535, 128, prompt.str()); in ResizePartitionTable() 194 newStart = GetNumber(1, maxValue, 2, prompt.str()); in MoveMainTable() 214 newStart = GetNumber(minValue, maxValue, maxValue, prompt.str()); in MoveSecondTable() 244 partNum = GetNumber(firstFreePart + 1, numParts, in CreatePartition() 295 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in DeletePartition() 399 partNum2 = GetNumber( in SwapPartitions() [all...] |
H A D | support.h | 73 uint64_t GetNumber(uint64_t low, uint64_t high, uint64_t def, const std::string & prompt);
|
H A D | basicmbr.cc | 1593 num = GetNumber(1, MAX_MBR_PARTS, 1, "Toggle active flag for partition: ") - 1; in DoMenu() 1602 num = GetNumber(1, MAX_MBR_PARTS, 1, "Partition to set as logical: ") - 1; in DoMenu() 1606 num = GetNumber(1, MAX_MBR_PARTS, 1, "Partition to omit: ") - 1; in DoMenu() 1627 num = GetNumber(1, MAX_MBR_PARTS, 1, "Partition to set as primary: ") - 1; in DoMenu() 1634 num = GetNumber(1, MAX_MBR_PARTS, 1, "Partition to change type code: ") - 1; in DoMenu()
|
H A D | attributes.cc | 117 response = GetNumber(0, NUM_ATR, 64, in ChangeAttributes()
|
H A D | support.cc | 79 uint64_t GetNumber(uint64_t low, uint64_t high, uint64_t def, const string & prompt) { in GetNumber() function 102 } // GetNumber() in GetNumber()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 279 static UInt32 GetNumber(const wchar_t *s)
291 res = GetNumber(parser[index].PostStrings[0]);
396 dictLog = GetNumber(s);
405 /* UInt32 level = */ GetNumber(s);
423 numThreads = GetNumber(s);
442 numIterations = GetNumber(params[paramIndex++]);
661 mc = GetNumber(parser[NKey::kMc].PostStrings[0]);
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 777 static PyObject* GetNumber(PyBaseDescriptor *self, void *closure) { in GetNumber() function 972 { "number", (getter)GetNumber, NULL, "Number"}, 1219 static PyObject* GetNumber(PyBaseDescriptor *self, void *closure) { in GetNumber() function 1260 { "number", (getter)GetNumber, NULL, "number"},
|