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

  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 34 UInt32 NumThreads;
42 , NumThreads(1)
7zUpdate.cpp 651 UInt32 NumThreads;
659 NumThreads = 1;
687 , MtMode, NumThreads
    [all...]
  /external/lzma/CS/7zip/
ICoder.cs 135 NumThreads,
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 44 UInt32 NumThreads;
53 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
  /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/
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 311 milliseconds