Home
last modified time | relevance | path

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

12

/external/deqp/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()
/external/lzma/CPP/7zip/Common/
DMethodProps.h113 int numThreads = Get_NumThreads(); in Get_Lzma_NumThreads() local
125 int numThreads = Get_NumThreads(); in Get_BZip2_NumThreads() local
168 void AddProp_NumThreads(UInt32 numThreads) in AddProp_NumThreads()
/external/dagger2/core/src/test/java/dagger/internal/
DDoubleCheckLazyTest.java42 int numThreads = 10; in get() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceDefault.h37 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t numThreads() const { in numThreads() function
DTensorCostModel.h174 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int numThreads( in numThreads() function
DTensorDeviceThreadPool.h133 EIGEN_STRONG_INLINE int numThreads() const { in numThreads() function
DTensorDeviceCuda.h248 EIGEN_STRONG_INLINE size_t numThreads() const { in initializeDeviceProp() function
/external/lzma/C/
DLzmaLib.c17 int numThreads /* 1 or 2, default = 2 */ in LzmaCompress()
DLzmaEnc.h30 int numThreads; /* 1 or 2, default = 2 */ member
DMtCoder.c274 unsigned i, numThreads = p->numThreads; in MtCoder_Code() local
DMtCoder.h77 unsigned numThreads; member
/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java268 final int numThreads = 3; in testSupplierThreadSafe() local
350 final int numThreads = 10; in testSynchronizedSupplierThreadSafe() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h55 uint32_t numThreads; member
Dthreads.cpp101 uint32_t numThreads = (uint32_t)_mm_popcount_sizeT(gmask.Mask); in CalculateProcessorTopology() local
893 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool() local
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp25 , UInt32 numThreads in SetGlobalLevelAndThreads()
/external/deqp/external/glslang/
Dosinclude.cpp94 void OS_WaitForAllThreads (void* threads, int numThreads) in OS_WaitForAllThreads()
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp32 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; in test_threads() local
/external/deqp/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
/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op_gpu.cu.cc119 const int numThreads = 128; in Compute() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DVersionInfoTest.java372 final int numThreads = 20; in TestMultiThread() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DVersionInfoTest.java369 final int numThreads = 20; in TestMultiThread() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp110 TaskExecutor::TaskExecutor (deUint32 numThreads) in TaskExecutor()
381 const deUint32 numThreads = deGetNumAvailableLogicalCores(); in buildPrograms() local
/external/swiftshader/third_party/LLVM/utils/lit/lit/
Dmain.py300 def runTests(numThreads, litConfig, provider, display): argument
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1163 static HRESULT MethodBench( in MethodBench()
1445 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench) in GetBenchMemoryUsage()
1862 bool size_Defined, UInt64 size, const char *threadsString, UInt32 numThreads) in PrintRequirements()
1985 UInt32 numThreads, in TotalBench()
2039 UInt32 numThreads, in FreqBench()
2134 UInt32 numThreads, UInt32 bufferSize, in CrcBench()
2277 UInt32 numThreads, UInt32 bufSize, in TotalBench_Hash()
2336 static UInt32 GetNumThreadsNext(unsigned i, UInt32 numThreads) in GetNumThreadsNext()
2793 UInt32 numThreads = numThreadsSpecified; in Bench() local

12