Home
last modified time | relevance | path

Searched refs:NumThreads (Results 1 - 19 of 19) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h17 UInt32 NumThreads; member
20 CMethodFull(): CodecIndex(-1), NumThreads(1), Set_NumThreads(false) {} in CMethodFull()
57 UInt32 NumThreads; member
73 , NumThreads(1) in CCompressionMethodMode()
H A D7zHandlerOut.cpp127 CMultiMethodProps::SetMethodThreadsTo_IfNotFinded(oneMethodInfo, methodMode.NumThreads); in SetMainMethod()
136 methodFull.NumThreads = methodMode.NumThreads; in SetMainMethod()
182 const UInt32 numThreads_Original = methodMode.NumThreads; in SetMainMethod()
232 const UInt32 numBlockThreads_Original = methodMode.NumThreads / lzmaThreads; in SetMainMethod()
701 methodMode.NumThreads = numThreads; in UpdateItems()
704 // headerMethod.NumThreads = 1; in UpdateItems()
H A D7zUpdate.cpp1671 NumThreads = 1; in CThreadDecoder()
1705 UInt32 NumThreads; member in NArchive::Z7_final
1754 , MtMode, NumThreads, in Execute()
H A D7zEncode.cpp192 /* _options.NumThreads */ in CreateMixerCoder()
193 methodFull.NumThreads in CreateMixerCoder()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() argument
69 if (NumThreads != 0) { in LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) {
103 (void)NumThreads;
H A DIceBrowserCompileServer.cpp80 // If external arguments are supplied, the browser's NumThreads specification is
116 char *onInitCallback(uint32_t NumThreads, int *ObjFileFDs, in onInitCallback() argument
152 gCompileServer->getParsedFlags(UseNumThreadsFromBrowser, NumThreads, in onInitCallback()
242 uint32_t NumThreads, int argc, in getParsedFlags()
248 ClFlags::Flags.setNumTranslationThreads(NumThreads); in getParsedFlags()
241 getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads, int argc, const char *const *argv) getParsedFlags() argument
H A DLinuxMallocProfiling.h32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
H A DIceBrowserCompileServer.h53 void getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp241 const size_t NumThreads = 4; in testAtomicRMWThreads() local
242 pthread_t t[NumThreads]; in testAtomicRMWThreads()
243 pthread_attr_t attr[NumThreads]; in testAtomicRMWThreads()
247 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
255 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
262 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
273 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
/third_party/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h87 UInt32 NumThreads; member
119 BlockLogSize = NumThreads = Level = Dictionary = Order = (UInt32)(Int32)-1; in ResetForLevelChange()
H A DBench.cpp1721 unsigned NumThreads;
1724 CBenchThreadsFlusher(): NumThreads(0), NeedClose(false) {}
1743 for (unsigned i = 0; i < NumThreads; i++)
1919 encoderFlusher.NumThreads = numEncoderThreads;
2391 UInt32 NumThreads;
2393 CFreqThreads(): Items(NULL), NumThreads(0) {}
2398 for (UInt32 i = 0; i < NumThreads; i++)
2404 NumThreads = 0;
2520 unsigned NumThreads;
2524 CCrcThreads(): Items(NULL), NumThreads(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
H A Dbench.go32 NumThreads uint
50 t.NumThreads = uint(n)
/third_party/lzma/CS/7zip/
H A DICoder.cs135 NumThreads, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp307 Value *NumThreads, omp::ProcBindKind ProcBind, bool IsCancellable) { in CreateParallel()
315 if (NumThreads) { in CreateParallel()
319 Builder.CreateIntCast(NumThreads, Int32, /*isSigned*/ false)}; in CreateParallel()
304 CreateParallel( const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, PrivatizeCallbackTy PrivCB, FinalizeCallbackTy FiniCB, Value *IfCondition, Value *NumThreads, omp::ProcBindKind ProcBind, bool IsCancellable) CreateParallel() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h160 /// \param NumThreads The evaluated 'num_threads' clause expression, if any.
168 Value *IfCondition, Value *NumThreads,
/third_party/benchmark/test/
H A Duser_counters_test.cc282 CHECK_COUNTER_VALUE(e, int, "foo", EQ, e.NumThreads()); in CheckThreads()
283 CHECK_COUNTER_VALUE(e, int, "bar", EQ, 2 * e.NumThreads()); in CheckThreads()
H A Doutput_test.h100 int NumThreads() const;
H A Doutput_test_helper.cc308 int Results::NumThreads() const { in NumThreads() function in Results
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp85 STATISTIC(NumThreads, "Number of jumps threaded");
2138 ++NumThreads; in ThreadEdge()

Completed in 25 milliseconds