HomeSort by relevance Sort by last modified time
    Searched refs:NumThreads (Results 1 - 19 of 19) sorted by null

  /external/lzma/CPP/7zip/Common/
MethodProps.h 28 UInt32 NumThreads;
33 : NumThreads(1)
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 35 UInt32 NumThreads;
43 , NumThreads(1)
7zHandlerOut.cpp 107 , UInt32 numThreads
126 , numThreads
331 methodMode.NumThreads = _numThreads;
332 headerMethod.NumThreads = 1;
7zUpdate.cpp 590 UInt32 NumThreads;
598 NumThreads = 1;
626 , MtMode, NumThreads
7zEncode.cpp 84 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads));
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 33 UInt32 NumThreads;
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
ArchiveCommandLine.h 90 UInt32 NumThreads;
Bench.cpp 499 HRESULT Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rg);
553 HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rgLoc)
590 props[1].ulVal = numThreads;
668 UInt32 numThreads, UInt32 dictionarySize, IBenchCallback *callback)
672 (numThreads > 1 ? numThreads / 2 : 1);
678 (numThreads > 1 ? 2 : 1);
682 if (dictionarySize < (1 << kBenchMinDicLogSize) || numThreads < 1 || numEncoderThreads > kNumThreadsMax)
713 RINOK(encoders[i].Init(dictionarySize, numThreads, &rg));
865 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary)
    [all...]
ArchiveCommandLine.cpp 991 options.NumThreads = (UInt32)-1;
1023 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, options.NumThreads))
  /external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.h 44 nub_size_t NumThreads () const;
MachThreadList.cpp 204 MachThreadList::NumThreads () const
MachProcess.cpp 153 return m_thread_list.NumThreads();
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 213 Stmt *NumThreads;
217 void setNumThreads(Expr *NThreads) { NumThreads = NThreads; }
220 /// \brief Build 'num_threads' clause with condition \a NumThreads.
222 /// \param NumThreads Number of threads for the construct.
227 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc,
230 NumThreads(NumThreads) {}
236 LParenLoc(SourceLocation()), NumThreads(nullptr) {}
244 Expr *getNumThreads() const { return cast_or_null<Expr>(NumThreads); }
250 StmtRange children() { return StmtRange(&NumThreads, &NumThreads + 1);
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 343 HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize);
367 (FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize);
  /external/lzma/CS/7zip/
ICoder.cs 135 NumThreads,
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 42 STATISTIC(NumThreads, "Number of jumps threaded");
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 406 milliseconds