HomeSort by relevance Sort by last modified time
    Searched defs:NumThreads (Results 1 - 8 of 8) 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/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.cpp 66 /// E.g: If NumThreads is 33, master id is 32.
67 /// If NumThreads is 64, master id is 32.
68 /// If NumThreads is 1024, master id is 992.
71 llvm::Value *NumThreads = getNVPTXNumThreads(CGF);
76 return Bld.CreateAnd(Bld.CreateSub(NumThreads, Bld.getInt32(1)),
CGStmtOpenMP.cpp     [all...]
  /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 339 Stmt *NumThreads;
343 void setNumThreads(Expr *NThreads) { NumThreads = NThreads; }
346 /// \brief Build 'num_threads' clause with condition \a NumThreads.
348 /// \param NumThreads Number of threads for the construct.
353 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc,
356 NumThreads(NumThreads) {}
362 LParenLoc(SourceLocation()), NumThreads(nullptr) {}
370 Expr *getNumThreads() const { return cast_or_null<Expr>(NumThreads); }
376 child_range children() { return child_range(&NumThreads, &NumThreads + 1);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 347 milliseconds