/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 34 UInt32 NumThreads;
42 , NumThreads(1)
|
7zHandlerOut.cpp | 89 , UInt32 numThreads
104 , numThreads
530 methodMode.NumThreads = _numThreads;
531 headerMethod.NumThreads = 1;
|
7zUpdate.cpp | 651 UInt32 NumThreads;
659 NumThreads = 1;
687 , MtMode, NumThreads
[all...] |
7zEncode.cpp | 92 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads));
|
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 44 UInt32 NumThreads;
53 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
|
Bench.cpp | 1025 UInt32 numThreads,
1047 numEncoderThreads = numThreads;
1053 if (!fixedNumber && numThreads == 1)
1055 if (numThreads > 1 && numLzmaThreads > 1)
1057 numEncoderThreads = numThreads / 2;
1269 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary)
1273 UInt32 numSubThreads = (numThreads > 1) ? 2 : 1; [all...] |
/external/lzma/CS/7zip/ |
ICoder.cs | 135 NumThreads,
|
/external/clang/include/clang/AST/ |
OpenMPClause.h | 302 Stmt *NumThreads; 306 void setNumThreads(Expr *NThreads) { NumThreads = NThreads; } 309 /// \brief Build 'num_threads' clause with condition \a NumThreads. 311 /// \param NumThreads Number of threads for the construct. 316 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, 319 NumThreads(NumThreads) {} 325 LParenLoc(SourceLocation()), NumThreads(nullptr) {} 333 Expr *getNumThreads() const { return cast_or_null<Expr>(NumThreads); } 339 child_range children() { return child_range(&NumThreads, &NumThreads + 1); [all...] |
/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.h | 573 /// \param NumThreads An integer value of threads. 575 llvm::Value *NumThreads, [all...] |
CGOpenMPRuntime.cpp | [all...] |
CGStmtOpenMP.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 52 STATISTIC(NumThreads, "Number of jumps threaded"); [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
SemaOpenMP.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |