Home | History | Annotate | Download | only in orig

Lines Matching defs:jj

122619     int jj;
122638 for(jj=0; jj<p->pPhrase->nToken; jj++){
122639 p->pPhrase->aToken[jj].z = zBuf;
122640 zBuf += p->pPhrase->aToken[jj].n;
126494 sqlite3_int64 jj;
126495 for(jj=pReader->iStartBlock; jj<=pReader->iLeafEndBlock; jj++){
126497 rc = sqlite3Fts3ReadBlock(p, jj, 0, &nBlob, 0);
131483 int jj;
131484 for(jj=0; jj<ii; jj++){
131485 pIdxInfo->aConstraintUsage[jj].argvIndex = 0;
131486 pIdxInfo->aConstraintUsage[jj].omit = 0;
131490 pIdxInfo->aConstraintUsage[jj].omit = 1;
131623 int jj;
131625 for(jj=0; jj<(pRtree->nDim*2); jj+=2){
131629 x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
131630 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
131699 int jj;
131707 for(jj=0; jj<nCell; jj++){
131708 nodeGetCell(pRtree, pNode, jj, &aCell[jj]);
131859 int jj;
131864 for(jj=1; jj<nCell; jj++){
131865 float left = DCOORD(aCell[jj].aCoord[i*2]);
131866 float right = DCOORD(aCell[jj].aCoord[i*2+1]);
131872 iCellRight = jj;
131876 iCellLeft = jj;
131939 int jj;
131946 for(jj=ii+1; jj<nCell; jj++){
131947 float right = cellArea(pRtree, &aCell[jj]);
131948 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]);
131953 iRightSeed = jj;
132025 int jj;
132026 for(jj=1; jj<nIdx; jj++){
132027 float left = aDistance[aIdx[jj-1]];
132028 float right = aDistance[aIdx[jj]];
132090 int jj;
132091 for(jj=1; jj<nIdx; jj++){
132092 float xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
132093 float xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
132094 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
132095 float xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];
132134 int jj;
132136 for(jj=0; jj<nCell; jj++){
132137 aaSorted[ii][jj] = jj;
133264 int jj;
133269 for(jj=0; jj<tree.nDim*2; jj++){
133270 sqlite3_snprintf(512-nCell,&zCell[nCell]," %f",(double)cell.aCoord[jj].f);