Home
last modified time | relevance | path

Searched refs:nLoop (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt551 int nLoop;
552 for ( nLoop = 0; nLoop < 1000; nLoop++ ) {
553 if ( nLoop & 1 )
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d2578 immutable nLoop = subSize - (!explicitSeed); in reduce() local
2579 foreach (i; 0 .. nLoop) in reduce()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d2687 immutable nLoop = subSize - (!explicitSeed); in reduce() local
2688 foreach (i; 0 .. nLoop) in reduce()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20102 i64 nLoop = 0; in display_explain_scanstats() local
20116 sqlite3_stmt_scanstatus_v2(p, ii, SQLITE_SCANSTAT_NLOOP,f,(void*)&nLoop); in display_explain_scanstats()
20124 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){ in display_explain_scanstats()
20131 if( nLoop>=0 ){ in display_explain_scanstats()
20132 z = sqlite3_mprintf("%z%sloops=%lld", z, z ? " " : "", nLoop); in display_explain_scanstats()
20139 double rpl = (double)nRow / (double)nLoop; in display_explain_scanstats()
H A Dsqlite3.c156528 int nLoop = 0;
156534 if( nLoop && (pTerm->wtFlags & TERM_LIKE)!=0 ){
156550 nLoop++;
165514 u16 nLoop, /* Number of entries in pPath->aLoop[] */
165566 if( nLoop && OptimizationDisabled(db, SQLITE_OrderByIdxJoin) ) return 0;
165579 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){
165581 if( iLoop<nLoop ){
165866 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
165869 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
165955 int nLoop; /* Number of terms in the join */
[all …]