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

1234567

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DgiantAsmBench.c42 printf(" l=loops (default = %d)\n", LOOPS_DEF);
85 int loops = LOOPS_DEF; local
107 loops = atoi(&argp[2]);
130 digit1 = malloc(sizeof(giantDigit) * loops * 2);
131 digit2 = malloc(sizeof(giantDigit) * loops * 2);
134 vect1 = malloc(sizeof(giantDigit) * loops * maxSize);
135 vect2 = malloc(sizeof(giantDigit) * loops * maxSize);
146 randDigits(loops, digit1);
147 randDigits(loops, digit2);
151 for(i=0; i<loops;
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/parseCrl/
H A DparseCrl.cpp14 printf("Usage: %s crlFile [l=loops]\n", argv[0]);
23 int loops = 1; local
34 loops = atoi(&argv[arg][2]);
51 for(loop=0; loop<loops; loop++) {
53 if(loops != 1) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c44 printf(" l=loops (default = %d)\n", LOOPS_DEF);
124 * loops : number of ops to perform.
126 * these. Size of array = 'loops'. Capacity big enough for all
128 * Return : total microseconds to do 'loops' ops.
131 static int mulgTest(unsigned loops, argument
140 for(loop=0; loop<loops; loop++) {
147 static int squareTest(unsigned loops, argument
156 for(loop=0; loop<loops; loop++) {
177 int loops = LOOPS_DEF; local
200 loops
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DhashTimeLibCrypt.cpp36 printf(" l=loops (only valid if testspec is given)\n");
42 unsigned loops; member in struct:__anon5311
58 for(loop=0; loop<params->loops; loop++) {
67 params->loops, timeSpentMs, timeSpentMs / (double)params->loops);
86 /* random data, const thru the loops */
91 for(loop=0; loop<params->loops; loop++) {
108 BASIC_BLOCK_SIZE, params->loops,
109 timeSpentMs, timeSpentMs / (double)params->loops);
129 /* random data, const thru the loops */
172 unsigned loops; member in struct:__anon5312
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Ddowhile-006.js37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
39 this.loops = loops;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Encode.cpp18 unsigned loops)
22 for(unsigned loop=0; loop<loops; loop++) {
57 if(loops > 1) {
13 p12Reencode( const CSSM_DATA &pfx, CSSM_CSP_HANDLE cspHand, CFStringRef pwd, bool verbose, unsigned loops) argument
H A Dp12.h25 unsigned loops);
33 unsigned loops);
H A Dp12.cpp25 printf(" l=loops\n");
47 unsigned loops = 1; local
103 loops = atoi(&argp[2]);
138 rtn = p12Decode(rawBlob, cspHand, pwd, usePassKey, verbose, loops);
141 rtn = p12Reencode(rawBlob, cspHand, pwd, verbose, loops);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certInCrl/
H A DcertInCrl.cpp14 printf("Usage: %s certFile crlFile [l=loops]\n", argv[0]);
25 int loops = 1; local
35 loops = atoi(&argv[arg][2]);
60 for(loop=0; loop<loops; loop++) {
76 if(loops != 1) {
/macosx-10.10.1/ICU-531.30/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.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccPerform/
H A DccPerform.cpp40 printf(" -l loops -- loops; default %u\n", LOOPS_DEF);
54 unsigned loops = LOOPS_DEF; local
87 loops = atoi(optarg);
173 printf("Algorithm: %s keySize: %u mode: %s loops: %u bufSize: %u\n",
175 (unsigned)loops, (unsigned)bufSize);
191 for(loop=0; loop<loops; loop++) {
203 (unsigned)loops, (unsigned)bufSize,
205 (loops * bufSize) / (end - start) / 1024.0);
217 for(loop=0; loop<loops; loo
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/Security-57031.1.35/SecurityTests/clxutils/cmsTime/
H A DcmsTime.cpp22 printf(" -l loops -- loops; default %d; 0=forever\n", LOOPS_DEF);
83 unsigned loops = LOOPS_DEF; local
92 loops = atoi(optarg);
143 for(dex=0; dex<loops; dex++) {
152 printf("Next decodes = %4.2f ms/op (%f s total for %u loops)\n",
153 elapsed * 1000.0 / loops, elapsed, loops);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTime/
H A DhashTime.cpp47 printf(" l=loops (only valid if testspec is given)\n");
81 unsigned loops; member in struct:__anon5306
98 for(loop=0; loop<params->loops; loop++) {
111 params->loops, timeSpentMs, timeSpentMs / (double)params->loops);
139 /* random data, const thru the loops */
144 for(loop=0; loop<params->loops; loop++) {
161 BASIC_BLOCK_SIZE, params->loops,
162 timeSpentMs, timeSpentMs / (double)params->loops);
191 /* random data, const thru the loops */
497 unsigned loops; member in struct:__anon5309
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certTime/
H A DcertTime.cpp27 printf("Usage: %s op loops [options]\n", argv[0]);
99 unsigned loops)
104 for(unsigned loop=0; loop<loops; loop++) {
155 unsigned loops)
173 for(unsigned loop=0; loop<loops; loop++) {
219 unsigned loops)
225 for(unsigned loop=0; loop<loops; loop++) {
244 unsigned loops)
248 for(unsigned loop=0; loop<loops; loop++) {
333 unsigned loops,
96 doParse( CSSM_CL_HANDLE clHand, const CSSM_DATA &cert, unsigned loops) argument
152 doGetSomeFields( CSSM_CL_HANDLE clHand, const CSSM_DATA &cert, unsigned loops) argument
216 doGetFields( CSSM_CL_HANDLE clHand, const CSSM_DATA &cert, unsigned loops) argument
241 doVerify( CSSM_CL_HANDLE clHand, const CSSM_DATA &cert, unsigned loops) argument
330 doCreate( CSSM_CL_HANDLE clHand, CSSM_CSP_HANDLE cspHand, unsigned loops, PresetParams &params, bool doSign, bool rsaBlind) argument
421 unsigned loops = 0; local
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeSA/
H A DhashTimeSA.cpp42 printf(" l=loops (only valid if testspec is given)\n");
73 unsigned loops; member in struct:__anon5319
135 /* random data, const thru the loops */
140 for(loop=0; loop<params->loops; loop++) {
152 float totalBytes = params->loops * bytesPerLoop;
156 bytesPerLoop, params->loops,
157 timeSpentMs, timeSpentMs / (double)params->loops,
234 /* random data, const thru the loops */
239 for(loop=0; loop<params->loops; loop++) {
251 float totalBytes = params->loops * bytesPerLoo
271 unsigned loops; member in struct:__anon5321
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/macTest/
H A DmacTest.c25 printf(" l=loops (0=forever)\n");
48 unsigned loops = LOOPS_DEF; local
62 loops = atoi(&argv[arg][2]);
152 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslHandshakeTimeRB/
H A DsslHandshakeTimeRB.cpp34 printf(" -l loops (default= %d)\n", LOOPS_DEF);
47 unsigned loops,
58 for(dex=0; dex<loops; dex++) {
122 unsigned loops = LOOPS_DEF; local
131 loops = atoi(optarg);
250 if(doTest(&clientArgs, &serverArgs, loops, &clientTotal, &serverTotal)) {
263 printf("Client Handshake : %f s in %u loops\n", clientTotal, loops);
265 (clientTotal * 1000.0) / loops);
266 printf("Server Handshake : %f s in %u loops\
44 doTest( SslRingBufferArgs *clientArgs, SslRingBufferArgs *serverArgs, unsigned loops, CFAbsoluteTime *totalElapsedClient, CFAbsoluteTime *totalElapsedServer) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DprotServe63 echo ===== Expect 2 errors from sslServe loops
76 echo ===== Expect 3 errors from sslServe loops
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccOneShot/
H A DccOneShot.cpp43 printf(" l=loops (default %d)\n", LOOPS_DEF);
177 unsigned loops = LOOPS_DEF; local
184 loops = atoi(&argp[2]);
226 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyHash/
H A DkeyHash.c22 printf(" l=loops (default=%d; 0=forever)\n", LOOPS_DEF);
130 unsigned loops = LOOPS_DEF; local
140 loops = atoi(&argp[2]);
239 if(loops && (loop == loops)) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dhex.c55 unsigned int loops = 0; local
67 loops++;
69 (int)((loops + 1) * 2) >= wordlength)
71 loops = 0;
/macosx-10.10.1/ntp-92/lib/isc/
H A Dhex.c55 unsigned int loops = 0; local
67 loops++;
69 (int)((loops + 1) * 2) >= wordlength)
71 loops = 0;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py23 self.failUnlessResultIsBOOL(NSSound.loops)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py23 self.assertResultIsBOOL(NSSound.loops)

Completed in 291 milliseconds

1234567