Searched refs:loop (Results 126 - 150 of 533) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep048.tcl128 set loop [expr $niter / $div]
131 rep_test_bulk $method $masterenv $masterdb $loop $start $start 0
133 set start [expr $start + $loop]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dtermcap.pl23 local($TERMCAP,$_,$entry,$loop,$field);
41 $loop = "
59 eval $loop;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/wrapTest/
H A DwrapTest.c65 * Enumerate algorithms our way to allow loop interations.
94 printf(" p(ause every loop)\n");
595 unsigned loop; local
633 CSSM_BOOL wrapEncrKey = CSSM_FALSE; // varies loop-to-loop
713 for(loop=0; loop<loops; loop++) {
715 printf("...loop %d\n", loop);
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib540.c102 static int loop(int num, CURLM *cm, const char* url, const char* userpwd, function
225 res = loop(0, cm, URL, PROXYUSERPWD, headers);
231 res = loop(1, cm, URL, PROXYUSERPWD, headers);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Decode.cpp113 for(unsigned loop=0; loop<loops; loop++) {
271 for(unsigned loop=0; loop<loops; loop++) {
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dfopen.c357 size_t loop; local
378 for(loop=0;loop < want;loop++) {
379 if(file->buffer[loop] == '\n') {
380 want=loop+1;/* include newline */
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopRanges.cpp21 INITIALIZE_PASS_BEGIN(MachineLoopRanges, "machine-loop-ranges",
25 INITIALIZE_PASS_END(MachineLoopRanges, "machine-loop-ranges",
37 /// runOnMachineFunction - Don't do much, loop ranges are computed on demand.
57 MachineLoopRange::MachineLoopRange(const MachineLoop *loop, argument
60 : Loop(loop), Intervals(alloc), Area(0) {
61 // Compute loop coverage.
70 /// overlaps - Return true if this loop overlaps the given range of machine
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_nodehash.c116 loop:
131 goto loop;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/symCompat/
H A DsymCompat.c567 unsigned loop; local
711 /* ptext length set in test loop */
864 for(loop=1; ; loop++) {
881 if(loop & 1) {
916 stagedEncr = (loop & 2) ? CSSM_TRUE : CSSM_FALSE;
917 stagedDecr = (loop & 4) ? CSSM_TRUE : CSSM_FALSE;
939 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
941 printf("..loop %d text size %lu keySizeBits %u"
943 loop, (unsigne
[all...]
/macosx-10.10.1/OpenSSL098-52/src/VMS/
H A Dmkshared.com249 $ loop:
258 $ if info_exist .eqs. "NOEXIST" then goto loop
295 $ if falsesum .ne. 0 then goto loop
296 $ if truesum+negatives .eq. 0 then goto loop
304 $ if alg_entry .eqs. "KRB5" then goto loop ! Special for now
305 $ if alg_entry .eqs. "STATIC_ENGINE" then goto loop ! Special for now
306 $ if f$trnlnm("OPENSSL_NO_"+alg_entry) .nes. "" then goto loop
315 $ next:=loop
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfsync.c39 reg int nsync, count, loop; local
42 for(loop = 0; loop < MAXLOOP; ++loop)
/macosx-10.10.1/ruby-106/ruby/benchmark/other-lang/
H A Deval.rb3 loop
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkline.rb10 loop do
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dtimeridconv.rb75 loop do
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dconvlib.test28 loop num 0 5 {
44 loop num 0 5 {
/macosx-10.10.1/vim-55/runtime/indent/
H A Dhamster.vim14 setlocal indentkeys+==~do,=~until,=~while,=~repeat,=~for,=~loop
35 if line =~? '^\s*\(else\|elseif\|loop\|until\|end\%(if\|while\|for\|sub\)\)\>'
H A Dvb.vim15 setlocal indentkeys+==~else,=~elseif,=~end,=~wend,=~case,=~next,=~select,=~loop,<:>
67 elseif this_line =~? '^\s*\<\(end\|else\|elseif\|until\|loop\|next\|wend\)\>'
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/macCompat/
H A DmacCompat.c440 unsigned loop; local
522 /* ptext length set in test loop */
529 /* key length set in test loop */
578 for(loop=1; ; loop++) {
600 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
601 printf("..loop %d text size %lu keySize %lu\n",
602 loop, ptext.Length, keyData.Length);
617 if(pauseInterval && ((loop % pauseInterval) == 0)) {
626 if(loops && (loop
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/asymTest/
H A DasymTest.c68 printf(" p (pause on each loop)\n");
431 unsigned loop; local
588 /* length set in test loop */
653 for(loop=1; ; loop++) {
656 printf("Top of loop; hit CR to proceed: ");
722 printf("..loop %d text size %lu keySize %u\n",
723 loop, (unsigned long)ptext.Length, (unsigned)keySizeInBits);
726 printf("..loop %d text size %lu keySize %u primeType %s "
728 loop, (unsigne
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccSymCompat/
H A DccSymCompat.c591 unsigned loop; local
728 /* ptext length set in test loop */
905 for(loop=1; ; loop++) {
945 stagedEncr = (loop & 1) ? CSSM_TRUE : CSSM_FALSE;
946 stagedDecr = (loop & 2) ? CSSM_TRUE : CSSM_FALSE;
949 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
951 printf("..loop %d text size %lu keySizeBits %u"
953 loop, (unsigned long)ptext.Length, (unsigned)effectKeySizeInBits,
958 printf("..loop
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/miniWrap/
H A DminiWrap.c470 unsigned loop; local
578 for(loop=1; ; loop++) {
579 if((loop % LOOP_PAUSE) == 0) {
581 printf("...loop %d\n", loop);
592 encrIsRef = (loop & 2) ? CSSM_TRUE : CSSM_FALSE;
593 decrIsRef = (loop & 4) ? CSSM_TRUE : CSSM_FALSE;
597 if(!doAsymmEncrOnly && (doSymmEncrOnly || ((loop & 1) == 0))) {
622 if(!doSymmEncrOnly && (doAsymmEncrOnly || ((loop
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/symTest/
H A DsymTest.c355 unsigned loop; local
511 /* ptext length set in test loop */
654 for(loop=1; ; loop++) {
666 pPwd = (loop & 1) ? &pwd : NULL;
672 stagedEncr = (loop & 2) ? CSSM_TRUE : CSSM_FALSE;
673 stagedDecr = (loop & 4) ? CSSM_TRUE : CSSM_FALSE;
702 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
703 printf("..loop %d text size %lu keySizeBits %u\n",
704 loop, (unsigne
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dasn1_print.c51 loop (unsigned char *buf, size_t len, int indent) function
119 loop_length = loop (buf, length, indent + 2);
132 loop_length = loop (buf, length, indent + 2);
188 loop (str.data, str.length, indent + 2);
281 errx(1, "internal error in indefinite form loop detection");
309 ret = loop (buf, len, 0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_dyn.c408 int num, loop; local
416 for(loop = 0; loop < num; loop++)
418 const char *s = sk_value(ctx->dirs, loop);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cgConstruct/
H A DcgConstruct.cpp6 * main test loop {
60 printf(" P(ause on each loop)\n");
281 unsigned loop; local
477 for(loop=1; ; loop++) {
479 printf("...loop %d\n", loop);
513 if(loops && (loop == loops)) {

Completed in 198 milliseconds

1234567891011>>