Home
last modified time | relevance | path

Searched defs:numThreads (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSpinBarrier.cpp34 SpinBarrier::SpinBarrier (deInt32 numThreads) in SpinBarrier()
49 void SpinBarrier::reset (deUint32 numThreads) in reset()
60 …rier::WaitMode getWaitMode (SpinBarrier::WaitMode requested, deUint32 numCores, deInt32 numThreads) in getWaitMode()
175 TestThread (SpinBarrier& barrier, volatile deInt32* sharedVar, int numThreads, int threadNdx) in TestThread()
234 void multiThreadTest (int numThreads) in multiThreadTest()
276 …TestExitThread (SpinBarrier& barrier, int numThreads, int threadNdx, SpinBarrier::WaitMode waitMod… in TestExitThread()
309 void multiThreadRemoveTest (int numThreads, SpinBarrier::WaitMode waitMode) in multiThreadRemoveTest()
DdeAppendList.cpp97 void runAppendListTest (deUint32 numThreads, deUint32 numElements, deUint32 numElementsHint) in runAppendListTest()
DdeBlockBuffer.cpp307 int numThreads = rnd.getInt(1, 16); in runTest() local
/third_party/lzma/CPP/7zip/Common/
DMethodProps.h40 …ESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 numCPUs, UInt32 &numThreads) in ParseMtProp()
188 int numThreads = Get_NumThreads(); in Get_Lzma_NumThreads() local
200 int numThreads = Get_NumThreads(); in Get_Xz_NumThreads() local
249 int numThreads = Get_NumThreads(); in Get_BZip2_NumThreads() local
302 void AddProp_NumThreads(UInt32 numThreads) in AddProp_NumThreads()
DMethodProps.cpp109 HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt32 &numThreads, bool &force) in ParseMtProp2()
606 static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThreads) in GetMemoryUsage_LZMA()
639 const UInt32 numThreads = Get_Lzma_NumThreads(); in Get_Lzma_MemUsage() local
/third_party/lzma/CPP/7zip/Compress/
DXzDecoder.cpp56 UInt32 numThreads = _numThreads; in Decode() local
136 STDMETHODIMP CComDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
DLzma2Decoder.cpp108 UInt32 numThreads = _numThreads; in Code() local
198 STDMETHODIMP CDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dnon_marl_bench.cpp59 auto const numThreads = Schedule::numThreads(state); in SingleQueueTaskExecutor() local
127 auto const numThreads = Schedule::numThreads(state); in MultiQueueTaskExecutor() local
Dmarl_bench.h84 static int numThreads(const ::benchmark::State& state) { in numThreads() function
/third_party/lzma/C/
DLzma2DecMt.h17 unsigned numThreads; member
DLzmaLib.c17 int numThreads /* 1 or 2, default = 2 */ in LzmaCompress()
DLzmaEnc.h28 int numThreads; /* 1 or 2, default = 2 */ member
DMtCoder.c453 unsigned numThreads = p->numThreadsMax; in MtCoder_Code() local
DMtCoder.h18 #define MTCODER__GET_NUM_BLOCKS_FROM_THREADS(numThreads) ((numThreads) + (numThreads) / 8 + 1) argument
/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp144 …d CMultiMethodProps::SetMethodThreadsTo_IfNotFinded(CMethodProps &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo_IfNotFinded()
149 void CMultiMethodProps::SetMethodThreadsTo_Replace(CMethodProps &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo_Replace()
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeThreadTest.c627 static void runSingletonThreadedTest (int numThreads, int initTimeMs) in runSingletonThreadedTest()
665 int numThreads; in deSingleton_selfTest() member
683 int numThreads = cases[caseNdx].numThreads; in deSingleton_selfTest() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go58numThreads = flag.Int("num-threads", min(runtime.NumCPU(), 100), "number of parallel test ru… var
/third_party/vk-gl-cts/external/glslang/
Dosinclude.cpp94 void OS_WaitForAllThreads (void* threads, int numThreads) in OS_WaitForAllThreads()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DVersionInfoTest.java372 final int numThreads = 20; in TestMultiThread() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DVersionInfoTest.java381 final int numThreads = 20; in TestMultiThread() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp110 TaskExecutor::TaskExecutor (deUint32 numThreads) in TaskExecutor()
400 const deUint32 numThreads = deGetNumAvailableLogicalCores(); in buildPrograms() local
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp1719 UInt32 numThreads, in MethodBench()
2116 UInt64 GetBenchMemoryUsage(UInt32 numThreads, int level, UInt64 dictionary, bool totalBench) in GetBenchMemoryUsage()
2136 static UInt64 GetBenchMemoryUsage_Hash(UInt32 numThreads, UInt64 dictionary) in GetBenchMemoryUsage_Hash()
2868 bool size_Defined, UInt64 size, const char *threadsString, UInt32 numThreads) in PrintRequirements()
3003 UInt32 numThreads, in TotalBench()
3070 UInt32 numThreads; member
3207 UInt32 numThreads, in CrcBench()
3399 UInt32 numThreads, in TotalBench_Hash()
3822 UInt32 numThreads = numThreadsSpecified >= numCPUs / 2 ? numCPUs / 2: numThreadsSpecified; in Bench() local
4185 UInt32 numThreads = numThreadsSpecified; in Bench() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeTest.java492 int numThreads = 100; in testThreadSafety() local
/third_party/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp240 , bool mtMode, UInt32 numThreads, UInt64 memUsage in Decode()
D7zHandlerOut.cpp655 UInt32 numThreads = _numThreads; in UpdateItems() local

12