Home
last modified time | relevance | path

Searched refs:PrintSize (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DHashCon.h31 bool PrintSize; variable
37 PrintSize(true), in CHashCallbackConsole()
DHashCon.cpp137 if (PrintSize) in PrintSeparatorLine()
168 if (PrintSize) in BeforeFirstFile()
231 if (PrintSize) in PrintResultLine()
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
Dllvm-nm.cpp99 cl::opt<bool> PrintSize("print-size", variable
102 cl::aliasopt(PrintSize));
205 if (PrintSize) { in SortAndPrintSymbolList()
285 if (PrintSize || SizeSort) { in DumpSymbolNamesFromObject()
380 if (SizeSort && !PrintSize) PrintAddress = false; in main()
381 if (OutputFormat == sysv || SizeSort) PrintSize = true; in main()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp467 static void PrintSize(double Bits) { in PrintSize() function
470 static void PrintSize(uint64_t Bits) { in PrintSize() function
536 PrintSize(BufferSizeBits); in AnalyzeBitcode()
559 PrintSize(Stats.NumBits); in AnalyzeBitcode()
565 PrintSize(Stats.NumBits/(double)Stats.NumInstances); in AnalyzeBitcode()
/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc127 void PrintSize(const char* label, size_t size) { in PrintSize() function
319 PrintSize("Input size", origsize); in main()
398 PrintSize("Total input size", total_in_size); in main()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp687 static void PrintSize(double Bits) { in PrintSize() function
690 static void PrintSize(uint64_t Bits) { in PrintSize() function
821 PrintSize(BufferSizeBits); in AnalyzeBitcode()
844 PrintSize(Stats.NumBits); in AnalyzeBitcode()
850 PrintSize(Stats.NumBits/(double)Stats.NumInstances); in AnalyzeBitcode()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp128 cl::opt<bool> PrintSize("print-size", variable
131 cl::aliasopt(PrintSize), cl::Grouping);
722 if (PrintSize) { in sortAndPrintSymbolList()
1012 if (PrintSize) { in dumpSymbolNamesFromObject()
1393 if (SizeSort && !PrintSize) in main()
1396 PrintSize = true; in main()