Searched refs:loop (Results 276 - 300 of 493) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinFile.c343 WCHAR *loop;
355 for (loop = nativeTarget; *loop != 0; loop++) {
356 if (*loop == L'/') *loop = L'\\';
340 WCHAR *loop; local
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.proc.c177 loop:
266 goto loop;
277 goto loop;
411 goto loop;
516 jobdebug_xprintf(("%d returned from sigsuspend loop\n", getpid()));
593 loop:
600 goto loop;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dada.vim159 " Unless special ("end loop", "end if", etc.), "end" marks the end of a
165 syntax keyword adaRepeat exit for loop reverse while
166 syntax match adaRepeat "\<end\s\+loop\>"
H A Dgretl.vim37 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint coint2 corc corr corrgm criteria critical cusum data delete diff else end endif endloop eqnprint equation estimate fcast fcasterr fit freq function funcerr garch genr gnuplot graph hausman hccm help hilu hsk hurst if import include info kpss label labels lad lags ldiff leverage lmtest logistic logit logs loop mahal meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm plot poisson pooled print printf probit pvalue pwe quit remember rename reset restrict rhodiff rmplot run runs scatters sdiff set setobs setmiss shell sim smpl spearman square store summary system tabprint testuhat tobit transpos tsls var varlist vartest vecm vif wls
H A Dlace.vim39 syn keyword laceOptionMark require ensure invariant loop check
/macosx-10.9.5/Security-55471.14.18/regressions/inc/IPC/
H A DRun3.pm108 =item + No lengthy, error prone polling / select loop needed
126 =item + No select() loop portability issues
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DHitTestResult.cpp398 mediaElt->setLoop(!mediaElt->loop());
450 return mediaElt->loop();
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestcond.c422 apr_uint32_t loop = 500; local
426 } while (loop--);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestcond.c422 apr_uint32_t loop = 500; local
426 } while (loop--);
/macosx-10.9.5/libarchive-29/libarchive/contrib/
H A Dlibarchive.1aix53.spec144 loop in corrupt archives
H A Dlibarchive.spec131 loop in corrupt archives
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dmaster.c109 loop:
321 "loop breakage: no reply from %s=%s to QUIT",
345 goto loop;
/macosx-10.9.5/ruby-104/ruby/ext/socket/lib/
H A Dsocket.rb506 loop {
669 # loop {
699 # Run UDP/IP server loop on the given sockets.
706 loop {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Doutlook-newgroup.rb109 loop {
316 loop {
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-lex.rb233 loop do
1127 loop do
/macosx-10.9.5/ruby-104/ruby/test/stringio/
H A Dtest_stringio.rb348 assert_raise(EOFError) { loop { a << f.readchar } }
355 assert_raise(EOFError) { loop { a << f.readbyte } }
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A DMASTER116 options LOOP # loopback support # <loop>
463 pseudo-device loop # <networking,inet,inet6>
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm241 Fixed a bug (non-localized $_) by declaring a loop variable in use functions.
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c1013 unsigned int loop = 0; local
1015 while (loop++ < BN_CTX_POOL_SIZE) {
1034 unsigned int loop = 0; local
1036 while (loop++ < BN_CTX_POOL_SIZE) {
1056 unsigned int loop = 0; local
1063 while (loop++ < BN_CTX_POOL_SIZE) {
1434 return (1); /* or the copying loop will go berserk */
5193 * scanning loop to there's no special cases.
6002 loop:
6019 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
912 /* oho, must reconsider loop body */
/macosx-10.9.5/network_cmds-433/ping.tproj/
H A Dping.c280 unsigned char loop, mttl; local
432 loop = 0;
804 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop,
805 sizeof(loop)) < 0) {
1050 * Set the global bit that causes the main loop to quit.
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dscanf.rb626 loop do
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl320 # Note: Compilation as while loop, as done now
356 Inline $t $pe loop
363 /At loop/exit/fail ; /Fail
420 # For the loop we create the sub-expression instruction graph a
428 Inline $t $pe loop
435 /At loop/exit/fail ; /Fail
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboard.cpp1139 IOWorkLoop *loop = getWorkLoop(); local
1142 if ( loop ) {
1143 result = loop->runAction( OSMemberFunctionCast( IOWorkLoop::Action, this, &IOHIKeyboard::newUserClientGated ),
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c543 isc_boolean_t loop = isc_boolean_true; local
555 while (loop) {
615 loop = isc_boolean_false;
860 /* loop and dump all data */
863 /* loop through data until DB_NOTFOUND is returned */
1056 /* loop and list all results. */
1066 } /* closes while loop */
1126 } /* end while loop */

Completed in 441 milliseconds

<<11121314151617181920