/external/deqp/framework/delibs/decpp/ |
D | deSpinBarrier.cpp | 34 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()
|
D | deAppendList.cpp | 97 void runAppendListTest (deUint32 numThreads, deUint32 numElements, deUint32 numElementsHint) in runAppendListTest()
|
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Interpreter.java | 88 public Options setNumThreads(int numThreads) { in setNumThreads() 135 int numThreads = -1; field in Interpreter.Options 160 public Interpreter(@NonNull File modelFile, int numThreads) { in Interpreter() 197 public Interpreter(@NonNull ByteBuffer byteBuffer, int numThreads) { in Interpreter() 372 public void setNumThreads(int numThreads) { in setNumThreads()
|
D | NativeInterpreterWrapper.java | 187 void setNumThreads(int numThreads) { in setNumThreads() 360 private static native void numThreads(long interpreterHandle, int numThreads); in numThreads() method in NativeInterpreterWrapper 372 private static native long createInterpreter(long modelHandle, long errorHandle, int numThreads); in createInterpreter()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 131 int numThreads = Get_NumThreads(); in Get_Lzma_NumThreads() local 140 int numThreads = Get_NumThreads(); in Get_Xz_NumThreads() local 188 int numThreads = Get_NumThreads(); in Get_BZip2_NumThreads() local 232 void AddProp_NumThreads(UInt32 numThreads) in AddProp_NumThreads()
|
/external/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 56 UInt32 numThreads = _numThreads; in Decode() local 136 STDMETHODIMP CComDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
|
D | Lzma2Decoder.cpp | 108 UInt32 numThreads = _numThreads; in Code() local 198 STDMETHODIMP CDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
|
/external/lzma/C/ |
D | Lzma2DecMt.h | 17 unsigned numThreads; member
|
D | LzmaLib.c | 17 int numThreads /* 1 or 2, default = 2 */ in LzmaCompress()
|
D | LzmaEnc.h | 28 int numThreads; /* 1 or 2, default = 2 */ member
|
D | MtCoder.c | 454 unsigned numThreads = p->numThreadsMax; in MtCoder_Code() local
|
/external/dagger2/core/src/test/java/dagger/internal/ |
D | DoubleCheckLazyTest.java | 42 int numThreads = 10; in get() local
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceDefault.h | 37 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t numThreads() const { in numThreads() function
|
D | TensorCostModel.h | 174 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int numThreads( in numThreads() function
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | SuppliersTest.java | 268 final int numThreads = 3; in testSupplierThreadSafe() local 350 final int numThreads = 10; in testSynchronizedSupplierThreadSafe() local
|
/external/deqp/external/glslang/ |
D | osinclude.cpp | 94 void OS_WaitForAllThreads (void* threads, int numThreads) in OS_WaitForAllThreads()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | threads.h | 55 uint32_t numThreads; member
|
D | threads.cpp | 102 uint32_t numThreads = (uint32_t)_mm_popcount_sizeT(gmask.Mask); in CalculateProcessorTopology() local 895 static void InitPerThreadStats(SWR_CONTEXT* pContext, uint32_t numThreads) in InitPerThreadStats() 1023 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool() local
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 627 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/jemalloc_new/msvc/test_threads/ |
D | test_threads.cpp | 31 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; in test_threads() local
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
D | test_threads.cpp | 32 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; in test_threads() local
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 105 void CMultiMethodProps::SetMethodThreadsTo(COneMethodInfo &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 369 final int numThreads = 20; in TestMultiThread() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | VersionInfoTest.java | 372 final int numThreads = 20; in TestMultiThread() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | softmax_op_gpu.cu.cc | 164 const int numThreads = 128; in Compute() local
|