Searched defs:numThreads (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
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 DLzmaEnc.h31 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
/external/lzma/C/
H A DLzmaEnc.h30 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
H A DMtCoder.c185 #define GET_NEXT_THREAD(p) &p->mtCoder->threads[p->index == p->mtCoder->numThreads - 1 ? 0 : p->index + 1]
274 unsigned i, numThreads = p->numThreads; local
280 for (i = 0; i < numThreads; i++)
285 for (i = 0; i < numThreads; i++)
306 for (i = 0; i < numThreads; i++)
324 for (i = 0; i < numThreads; i++)
H A DMtCoder.h77 unsigned numThreads; member in struct:_CMtCoder
/external/lzma/CPP/7zip/Archive/Common/
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/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/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/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp307 int numThreads = rnd.getInt(1, 16); local
311 for (int i = 0; i < numThreads; i++)
/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/UI/Console/
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/deqp/framework/delibs/dethread/
H A DdeThreadTest.c552 static void runSingletonThreadedTest (int numThreads, int initTimeMs) argument
560 for (threadNdx = 0; threadNdx < numThreads; threadNdx++)
572 for (threadNdx = 0; threadNdx < numThreads; threadNdx++)
590 int numThreads; member in struct:__anon19722
608 int numThreads = cases[caseNdx].numThreads; local
614 runSingletonThreadedTest(numThreads, initTimeMs);
/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...]
H A DteglRenderTests.cpp882 const int numThreads = numContexts; local
883 const int numPackets = numThreads * packetsPerThread;
902 vector<vector<DrawOpPacket> > packets (numThreads);
903 vector<RenderTestThreadSp> threads (numThreads);
923 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
932 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
933 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
935 packet.drawOps = &drawOps[(packetNdx*numThreads + threadNdx)*opsPerPacket];
970 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
992 for (int threadNdx = 0; threadNdx < numThreads; threadNd
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp215 UInt32 numThreads = (UInt32)-1; local
223 numThreads = numCPUs;
225 if (!GetNumber(s, numThreads))
239 return LzmaBenchCon(stderr, numIterations, numThreads, dict);
242 if (numThreads == (UInt32)-1)
243 numThreads = 1;
434 props[8].ulVal = (UInt32)numThreads;
/external/lzma/CPP/7zip/UI/Common/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 852 milliseconds