Searched refs:loops (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DgiantAsmBench.c28 printf(" l=loops (default = %d)\n", LOOPS_DEF);
71 int loops = LOOPS_DEF; local
93 loops = atoi(&argp[2]);
116 digit1 = malloc(sizeof(giantDigit) * loops * 2);
117 digit2 = malloc(sizeof(giantDigit) * loops * 2);
120 vect1 = malloc(sizeof(giantDigit) * loops * maxSize);
121 vect2 = malloc(sizeof(giantDigit) * loops * maxSize);
132 randDigits(loops, digit1);
133 randDigits(loops, digit2);
137 for(i=0; i<loops;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleMarqueeData.cpp32 , loops(RenderStyle::initialMarqueeLoopCount())
42 , loops(o.loops)
51 behavior == o.behavior && loops == o.loops;
H A DStyleMarqueeData.h49 int loops; // -1 means infinite. member in class:WebCore::StyleMarqueeData
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c30 printf(" l=loops (default = %d)\n", LOOPS_DEF);
110 * loops : number of ops to perform.
112 * these. Size of array = 'loops'. Capacity big enough for all
114 * Return : total microseconds to do 'loops' ops.
117 static int mulgTest(unsigned loops, argument
126 for(loop=0; loop<loops; loop++) {
133 static int squareTest(unsigned loops, argument
142 for(loop=0; loop<loops; loop++) {
163 int loops = LOOPS_DEF; local
186 loops
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Ddowhile-006.js37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
39 this.loops = loops;
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Duperf.cpp349 int32_t loops = 0; local
387 if (loops == 0 || t == 0) {
388 loops = failsafe;
391 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
392 loops = (int)((double)n / t * loops + 0.5);
393 if (loops == 0) {
398 //System.out.println("# " + meth.getName() + " x " + loops);
399 t = testFunction->time(loops,&status);
406 loops
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DCalcSpillWeights.h49 const MachineLoopInfo &loops) :
50 MF(mf), LIS(lis), Loops(loops) {}
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, const MachineLoopInfo &loops) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhex.c55 unsigned int loops = 0; local
67 loops++;
69 (int)((loops + 1) * 2) >= wordlength)
71 loops = 0;
H A Dbase64.c57 unsigned int loops = 0; local
73 loops++;
75 (int)((loops + 1) * 4) >= wordlength)
77 loops = 0;
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhex.c55 unsigned int loops = 0; local
67 loops++;
69 (int)((loops + 1) * 2) >= wordlength)
71 loops = 0;
H A Dbase64.c57 unsigned int loops = 0; local
73 loops++;
75 (int)((loops + 1) * 4) >= wordlength)
77 loops = 0;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py23 self.failUnlessResultIsBOOL(NSSound.loops)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py23 self.assertResultIsBOOL(NSSound.loops)
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_rsa.c61 static int loops = 1; variable
64 { "loops", 0, arg_integer, &loops,
65 "number of loops", "loops" },
260 printf("running keygen with %d loops\n", loops);
264 for (i = 0; i < loops; i++) {
305 p = emalloc(loops * size);
307 CCRandomCopyBytes(kCCRandomDefault, p, loops * siz
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoopDependenceAnalysis.cpp11 // framework, which is used to detect dependences in memory accesses in loops.
146 DenseSet<const Loop*> loops; local
147 getLoops(S, &loops);
148 return loops.empty();
161 DenseSet<const Loop*> loops; local
162 getLoops(A, &loops);
163 getLoops(B, &loops);
164 return loops.size() == 1;
334 if (!L->empty()) return; // ignore non-innermost loops
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/badsig/
H A Dbadsig.c23 Alternate between ECDSA and ElGamal on sucessive loops:
64 printf(" l=loops (default=%d; 0=forever)\n", LOOPS_DEF);
336 unsigned loops = LOOPS_DEF; local
355 loops = atoi(&argp[2]);
404 printf("Starting %s test: loops %d seed %d elGamalOnly %d depth %d\n",
405 argv[0], loops, seed, elGamalOnly, depth);
453 if(loops && (loop == loops)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/regressions/
H A Dssl-45-tls12.c282 for(int loops=0; loops<NLOOPS; loops++) {
291 fail("connect failed with err=%d - %s:%d (try %d)", s, servers[p].host, servers[p].port, loops);
298 ok(!r, "handshake failed with err=%ld - %s:%d (try %d)", (long)r, servers[p].host, servers[p].port, loops);
H A Dssl-47-falsestart.c304 for(int loops=0; loops<NLOOPS; loops++) {
314 fail("connect failed with err=%d - %s:%d (try %d)", s, servers[p].host, servers[p].port, loops);
321 ok(!r, "handshake failed with err=%ld - %s:%d (try %d), false start=%d", (long)r, servers[p].host, servers[p].port, loops, fs);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A Dcollperf.cpp371 int loops = 0; local
385 for (loops=0; loops<adj_loopCount; loops++) {
400 for (loops=0; loops<adj_loopCount; loops++) {
413 for (loops=0; loops<adj_loopCount; loops
468 int loops = 0; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnvlat1.c64 int32_t count, loops; local
66 loops=count=targetCapacity>>3;
92 } while(--loops>0);
183 int32_t count, loops; local
186 loops=count=targetCapacity>>4;
229 count=loops-count;
503 int32_t count, loops; local
506 loops=count=targetCapacity>>3;
525 count=loops-count;
639 int32_t count, loops; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-modrdn.c56 "[-l <loops>] "
76 int loops = LOOPS; local
128 case 'l': /* the number of loops */
129 if ( lutil_atoi( &loops, optarg ) != 0 ) {
173 loops, retries, delay, friendly, chaserefs );
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonHMacClone.c242 unsigned loops = LOOPS_DEF;
286 for(loop=0; loop < loops; loop++) {
309 if(loops && (loop == loops)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/blobtest/
H A Dblobtest.c50 unsigned loops = 1; local
72 loops = atoi(&argp[2]);
109 if(loops && (loopNum == loops)) {
123 printf(" l=loops (0=forever)\n");
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSpillPlacement.h45 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_rsa.c86 static int loops = 10; variable
94 { "loops", 0, arg_integer, &loops,
95 "number of loops", "loops" },
114 { "loops", required_argument, NULL, 'l' },
401 printf("running keygen with %d loops\n", loops);
405 for (i = 0; i < loops; i++) {
456 p = emalloc(loops * siz
[all...]

Completed in 200 milliseconds

123456