Searched refs:numThreads (Results 1 - 25 of 51) sorted by relevance

123

/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.h12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
H A DBenchCon.cpp147 static void PrintRequirements(FILE *f, const char *sizeString, UInt64 size, const char *threadsString, UInt32 numThreads) argument
151 fprintf(f, " MB, # %s %3d", threadsString, (unsigned int)numThreads);
156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary)
164 if (numThreads == (UInt32)-1)
165 numThreads = numCPUs;
166 if (numThreads > 1)
167 numThreads &= ~1;
172 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
179 numThreads = 1;
182 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionar
154 LzmaBenchCon( DECL_EXTERNAL_CODECS_LOC_VARS FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) argument
241 CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) argument
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.h39 -1 for any from: level, loc, lp, pb, fb, numThreads
85 numThreads - The number of thereads. 1 or 2. The default value is 2.
106 int numThreads /* 1 or 2, default = 2 */
H A DLzmaLib.c23 int numThreads /* 1 or 2, default = 2 */
34 props.numThreads = numThreads;
H A DLzmaEnc.h30 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.h40 -1 for any from: level, loc, lp, pb, fb, numThreads
86 numThreads - The number of thereads. 1 or 2. The default value is 2.
107 int numThreads /* 1 or 2, default = 2 */
H A DLzmaLib.c24 int numThreads /* 1 or 2, default = 2 */
35 props.numThreads = numThreads;
H A DLzmaEnc.h31 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
/external/lzma/C/
H A DLzmaLib.h39 -1 for any from: level, loc, lp, pb, fb, numThreads
85 numThreads - The number of thereads. 1 or 2. The default value is 2.
106 int numThreads /* 1 or 2, default = 2 */
H A DLzmaLib.c23 int numThreads /* 1 or 2, default = 2 */
34 props.numThreads = numThreads;
H A DLzmaEnc.h30 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
/external/lzma/CPP/7zip/UI/Common/
H A DBench.h33 UInt32 numThreads, UInt32 dictionarySize, IBenchCallback *callback);
37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
40 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed);
H A DBench.cpp499 HRESULT Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rg);
553 HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rgLoc) argument
590 props[1].ulVal = numThreads;
668 UInt32 numThreads, UInt32 dictionarySize, IBenchCallback *callback)
672 (numThreads > 1 ? numThreads / 2 : 1);
678 (numThreads > 1 ? 2 : 1);
682 if (dictionarySize < (1 << kBenchMinDicLogSize) || numThreads < 1 || numEncoderThreads > kNumThreadsMax)
713 RINOK(encoders[i].Init(dictionarySize, numThreads, &rg));
865 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt3 argument
666 LzmaBench( DECL_EXTERNAL_CODECS_LOC_VARS UInt32 numThreads, UInt32 dictionarySize, IBenchCallback *callback) argument
969 CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) argument
[all...]
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp159 int numThreads; member in struct:RunInfo
220 gRunInfo.numThreads = 2;
241 gRunInfo.numThreads = atoi(argv[argnum]);
242 if (gRunInfo.numThreads < 0)
401 if (gRunInfo.numThreads == 0)
408 gThreadInfo = new ThreadInfo[gRunInfo.numThreads];
410 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
445 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
457 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
518 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNu
[all...]
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp159 int numThreads; member in struct:RunInfo
220 gRunInfo.numThreads = 2;
241 gRunInfo.numThreads = atoi(argv[argnum]);
242 if (gRunInfo.numThreads < 0)
401 if (gRunInfo.numThreads == 0)
408 gThreadInfo = new ThreadInfo[gRunInfo.numThreads];
410 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
445 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
457 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNum++)
518 for (threadNum=0; threadNum < gRunInfo.numThreads; threadNu
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DParseProperties.h16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
H A DParseProperties.cpp150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads) argument
157 numThreads = prop.ulVal;
163 numThreads = (val ? defaultNumThreads : 1);
174 numThreads = number;
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dexample.js8 function postThreadFunc(numThreads) {
11 'value' : numThreads});
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h158 USHORT numThreads; /* The number of DRC data threads extracted from the found payload elements */ member in struct:__anon12
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h61 , bool mtMode, UInt32 numThreads
H A D7zHandler.h96 , UInt32 numThreads
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dexample.js8 function postThreadFunc(numThreads) {
11 'value' : numThreads});
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dexample.js8 function postThreadFunc(numThreads) {
11 'value' : numThreads});
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp306 int numThreads = (int)contexts.size(); local
307 int numPackets = numThreads * numPacketsPerThread;
310 vector<vector<ClearPacket> > packets (numThreads);
311 vector<ColorClearThreadSp> threads (numThreads);
318 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
327 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
328 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
342 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
364 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
370 for (int threadNdx = 0; threadNdx < numThreads; threadNd
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java267 final int numThreads = 3;
268 final Thread[] threads = new Thread[numThreads];
298 while (waitingThreads() != numThreads - 1) {
314 for (int i = 0; i < numThreads; i++) {
349 final int numThreads = 10;
351 Thread[] threads = new Thread[numThreads];
352 for (int i = 0; i < numThreads; i++) {
368 assertEquals(numThreads * iterations + 1, (int) nonThreadSafe.get());

Completed in 4423 milliseconds

123