Searched refs:loops (Results 51 - 75 of 161) sorted by relevance

1234567

/macosx-10.10.1/ntp-92/lib/isc/
H A Dbase64.c57 unsigned int loops = 0; local
73 loops++;
75 (int)((loops + 1) * 4) >= wordlength)
77 loops = 0;
H A Dbase32.c60 unsigned int loops = 0; local
107 loops++;
109 (int)((loops + 1) * 8) >= wordlength)
111 loops = 0;
/macosx-10.10.1/OpenSSH-189/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...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyStoreLeak/
H A DkeyStoreLeak.c25 printf(" l=loops (default=%d; 0=forever)\n", LOOPS_DEF);
359 unsigned loops = LOOPS_DEF; local
373 loops = atoi(&argp[2]);
383 loops = 1;
457 if(loops && (loop == loops)) {
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dloop.c33 /* # of nested loops we are in */
36 int loops; variable
101 loops++;
192 loops--;
233 loops++;
303 loops--;
377 loops++;
428 loops--;
451 loops++;
472 loops
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_crypto.in60 ${rsa} --loops=4 || { echo "rsa test for 4 loops failed" ; exit 1; }
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-basic.in169 --loops=10 \
175 --loops=10 \
182 --loops=10 \
190 --loops=10 \
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dmakefile1 CFLAGS += -Wall -W -Wshadow -O3 -fomit-frame-pointer -funroll-loops -I../
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/
H A Dcertcrl.cpp125 int loops = 1; local
140 loops = atoi(&argp[3]);
426 for(loop=0; loop<loops; loop++) {
432 if(loops != 1) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cgConstruct/
H A DcgConstruct.cpp48 printf(" l=loops; default=%d; 0=forever\n", LOOPS_DEF);
303 unsigned loops = LOOPS_DEF; local
321 loops = atoi(&argp[2]);
513 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslAlert/
H A DsslAlert.cpp57 printf(" l=loops (default=1; 0=forever)\n");
170 unsigned loops = 1; local
198 loops = atoi(&argp[2]);
420 if(loops) {
421 if(++loopNum == loops) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/dhTest/
H A DdhTest.cpp23 printf(" l=loops (0=forever)\n");
330 unsigned loops = LOOPS_DEF; local
348 loops = atoi(&argp[2]);
449 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ecdhTest/
H A DecdhTest.cpp26 printf(" l=loops (0=forever)\n");
359 unsigned loops = LOOPS_DEF; local
375 loops = atoi(&argp[2]);
441 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyHashAsym/
H A DkeyHashAsym.c27 printf(" l=loops (default=%d; 0=forever)\n", LOOPS_DEF);
455 unsigned loops = LOOPS_DEF; local
465 loops = atoi(&argp[2]);
538 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/sigtest/
H A Dsigtest.c39 printf(" l=loops (0=forever)\n");
94 unsigned loops = LOOPS_DEF; local
194 loops = atoi(&argv[arg][2]);
459 if(loops && (loop == loops)) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dbase32.c60 unsigned int loops = 0; local
107 loops++;
109 (int)((loops + 1) * 8) >= wordlength)
111 loops = 0;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-modify.c53 "[-l <loops>] "
75 int loops = LOOPS; local
131 case 'l': /* the number of loops */
132 if ( lutil_atoi( &loops, optarg ) != 0 ) {
190 loops, retries, delay, friendly, chaserefs );
H A Dslapd-mtread.c93 int loops = LOOPS; variable
156 "[-l <loops>] "
251 case 'l': /* the number of loops */
252 if ( lutil_atoi( &loops, optarg ) != 0 ) {
356 ptpass = outerloops * loops;
441 noattrs, nobind, loops, retries, delay, force,
445 noattrs, nobind, loops, retries, delay, force,
450 noattrs, nobind, loops, retries, delay, force,
539 for (i = 0; i < loops; i++) {
H A Dslapd-addel.c59 "[-l <loops>] "
80 int loops = LOOPS; local
133 case 'l': /* the number of loops */
134 if ( lutil_atoi( &loops, optarg ) != 0 ) {
188 loops, retries, delay, friendly, chaserefs );
H A Dslapd-bind.c73 "[-l <loops>] "
97 int loops = LOOPS; local
207 case 'l': /* the number of loops */
208 if ( lutil_atoi( &loops, optarg ) != 0 ) {
255 rc = do_base( uri, dn, &pass, base, filter, pwattr, loops,
258 rc = do_bind( uri, dn, &pass, loops,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c54 printf(" l==loops (default=%d)\n", LOOPS_DEF);
444 unsigned loops = LOOPS_DEF; local
463 loops = atoi(&argp[2]);
510 printf("Starting cfileTest: loops %d seed %d depth %d\n",
511 loops, seed, depth);
578 if(loops) {
579 if(loop == loops) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl137 frame .op.f.f2.loops -bd 2
138 pack .op.f.f2.loops -in .op.f.f2 -side top -fill x -pady 2
139 label .op.f.f2.loops.l -borderwidth 2 -text "Iterations: " -relief flat -anchor w
140 pack .op.f.f2.loops.l -in .op.f.f2.loops -side left -fill x
141 entry .op.f.f2.loops.e -borderwidth 2 -width 5
142 pack .op.f.f2.loops.e -in .op.f.f2.loops -side left -fill x
676 set cnf(loops) [.op.f.f2.loops
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.cpp38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12Reencode/
H A Dp12Reencode.cpp13 printf("Usage: %s pfx password keychain1 keychain2 [l=loops] [q(uiet)] "
243 unsigned loops = 10; local
281 loops = atoi(&arg[2]);
324 for(unsigned loop=0; loop<loops; loop++) {
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim98 let loops = input("Number of iterations in previous loop? ")
100 while (loops > 0)
102 let loops = loops - 1
151 " points (multiply counted inside loops) can be tested.
163 " - To check multiple execution of loops use Xloop for automatically
189 " Nested loops are not supported.
704 let loops = 3 variable
706 while loops > -1 " main loop: loops
709 let loops = -1 variable
716 let loops = loops - 1 variable
740 let loops = loops - 1 variable
1618 let loops = 2 variable
1621 let loops = loops - 1 variable
2236 let loops = 3 variable
2244 let loops = loops - 1 variable
2257 let loops = loops - 1 variable
2262 let loops = 3 variable
2270 let loops = loops - 1 variable
2282 let loops = loops - 1 variable
3684 let loops = 3 variable
3710 let loops = loops - 1 variable
3861 let loops = 3 variable
3893 let loops = loops - 1 variable
[all...]

Completed in 383 milliseconds

1234567