Searched refs:loop (Results 76 - 100 of 533) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dsimpletuple.rb38 loop do
60 loop do
/macosx-10.10.1/ruby-106/ruby/sample/
H A Deval.rb5 loop do
H A Dpi.rb5 loop do
H A Dsvr.rb15 loop do
H A Dtest.rb466 a = loop do break; end; test_ok(a == nil)
467 a = loop do break nil; end; test_ok(a == nil)
468 a = loop do break 1; end; test_ok(a == 1)
469 a = loop do break []; end; test_ok(a == [])
470 a = loop do break [1]; end; test_ok(a == [1])
471 a = loop do break [nil]; end; test_ok(a == [nil])
472 a = loop do break [[]]; end; test_ok(a == [[]])
473 a = loop do break [*[]]; end; test_ok(a == [])
474 a = loop do break [*[1]]; end; test_ok(a == [1])
475 a = loop d
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A Dattach.cpp90 unsigned loop; local
111 for(loop=0; loop<testParams->numLoops; loop++) {
113 printf("attachTest thread %d: loop %d\n",
114 testParams->threadNum, loop);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyHash/
H A DkeyHash.c24 printf(" p(ause on each loop)\n");
118 unsigned loop; local
178 for(loop=1; ; loop++) {
180 printf("...loop %d\n", loop);
239 if(loops && (loop == loops)) {
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dmulti-uv.c42 uv_loop_t *loop; variable
59 uv_poll_init_socket(loop, &context->poll_handle, sockfd);
189 loop = uv_default_loop();
199 uv_timer_init(loop, &timeout);
209 uv_run(loop, UV_RUN_DEFAULT);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.c173 loop:
192 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
201 if (i == 0) goto loop;
215 if (j == 0) goto loop;
219 if (j == 0) goto loop;
390 loop: for (i=1; i<NUMPRIMES; i++)
398 goto loop;
428 loop: for (i=1; i<NUMPRIMES; i++)
434 goto loop;
476 loop
[all...]
H A Dbn_ctx.c242 unsigned loop = 0; local
243 while(loop < BN_CTX_POOL_SIZE)
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
370 unsigned int loop = 0; local
372 while(loop++ < BN_CTX_POOL_SIZE)
389 unsigned int loop = 0; local
391 while(loop++ < BN_CTX_POOL_SIZE)
408 unsigned int loop = 0; local
413 while(loop++ < BN_CTX_POOL_SIZE)
H A Dbn_div.c184 int norm_shift,i,loop; local
244 loop=num_n-div_n;
249 wnum.d = &(snum->d[loop]);
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
264 if (!bn_wexpand(res,(loop+1))) goto err;
265 res->top=loop;
266 resp= &(res->d[loop-1]);
289 for (i=0; i<loop-1; i++, wnump--, resp--)
292 /* the first part of the loop uses the top two words of
429 int norm_shift,i,loop; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_prime.c169 loop:
188 /* if (BN_mod_word(rnd,(BN_ULONG)3) == 1) goto loop; */
195 if (i == 0) goto loop;
209 if (j == 0) goto loop;
213 if (j == 0) goto loop;
378 loop: for (i=1; i<NUMPRIMES; i++)
390 goto loop;
419 loop: for (i=1; i<NUMPRIMES; i++)
425 goto loop;
466 loop
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainF.cpp21 // [ while(*h) { Start loop
22 // ] } End loop
191 int loop; local
294 // Make part of PHI instruction now, wait until end of loop to finish
315 // Reading stdin loop
316 loop = (cursym == SYM_NONE)
319 while(loop) {
327 loop = 0;
338 // loop = 1
343 // loop
[all...]
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRegression.c470 unsigned loop;
518 /* ptext length set in test loop */
605 for(loop=1; ; loop++) {
609 /* per-loop settings */
625 doCbc = isBitSet(0, loop);
628 doPadding = isBitSet(1, loop);
639 stagedEncr = isBitSet(2, loop);
640 stagedDecr = isBitSet(3, loop);
643 nullIV = isBitSet(4, loop);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/badsig/
H A Dbadsig.c339 int loop; local
430 for(loop=1; ; loop++) {
443 if(loop & 1) {
445 if(loop & 2) {
458 printf("..loop %d text size %d ECDSA %d ECDSAVfy %d\n",
459 loop, ptextLen, doECDSA, doECDSAVfy);
467 if(loops && (loop == loops)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashClone/
H A DhashClone.c201 unsigned loop; local
274 /* length set in test loop */
324 for(loop=1; ; loop++) {
327 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
328 printf("..loop %d text size %lu\n", loop, ptext.Length);
339 if(loops && (loop == loops)) {
342 if(pauseInterval && ((loop % pauseInterval) == 0)) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashCompat/
H A DhashCompat.c153 unsigned loop; local
235 /* ptext length set in test loop */
273 for(loop=1; ; loop++) {
277 if(verbose || ((loop % LOOP_NOTIFY) == 0)) {
278 printf("..loop %d text size %lu \n", loop, ptext.Length);
289 if(pauseInterval && ((loop % pauseInterval) == 0)) {
298 if(loops && (loop == loops)) {
301 } /* main loop */
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ecdhTest/
H A DecdhTest.cpp355 unsigned loop; local
397 for(loop=1; ; loop++) {
399 printf("...Loop %d\n", loop);
402 /* test mode from l.s. bits of loop counter */
404 CSSM_BOOL ourKeysRef = (loop & 0x04) ? CSSM_TRUE : CSSM_FALSE;
405 CSSM_BOOL theirPrivKeyRef = (loop & 0x08) ? CSSM_TRUE : CSSM_FALSE;
407 switch(loop & 0x03) {
433 if(x963KDF & ((loop & 0x01) == 0)) {
441 if(loops && (loop
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/certDecode/
H A DcertDecode.cpp95 bool loop = false; local
104 loop = true;
128 } while(loop);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/badsig/
H A Dbadsig.c139 unsigned loop = 0; local
266 if(verbose && ((loop++ % LOG_FREQ) == 0)) {
317 unsigned loop; local
492 /* length set in test loop */
590 for(loop=1; ; loop++) {
593 printf("..loop %d text size %lu\n", loop, ptext.Length);
604 pubIsRef = (loop & 1) ? CSSM_TRUE : CSSM_FALSE;
605 privIsRef = (loop
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfrunloop.py49 loop = CFRunLoopGetCurrent()
50 self.assertIsInstance(loop, CFRunLoopRef)
51 loop = CFRunLoopGetMain()
52 self.assertIsInstance(loop, CFRunLoopRef)
53 mode = CFRunLoopCopyCurrentMode(loop)
57 allmodes = CFRunLoopCopyAllModes(loop)
62 CFRunLoopAddCommonMode(loop, "pyobjctest")
63 allmodes = CFRunLoopCopyAllModes(loop)
65 tm = CFRunLoopGetNextTimerFireDate(loop, runloop_mode)
67 b = CFRunLoopIsWaiting(loop)
[all...]
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dhash.c58 size_t loop; local
66 loop = (len + 8 - 1) >> 3;
93 } while (--loop);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslSession/
H A DsslSession.cpp156 unsigned loop; local
275 for(loop=0; loop<loops; loop++) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/path/
H A Dpathcanon.c71 int loop; local
78 dots = loop = 0;
159 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path)
170 loop++;
/macosx-10.10.1/ntp-92/util/
H A Dsht.c119 printf (" l loop (so, rcl will read and clear in a loop\n");
142 int loop=0; local
146 case 'l' : loop=1; break;
163 if (loop)
165 } while (loop);

Completed in 190 milliseconds

1234567891011>>