• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:jj

101155     int jj;
101171 for(jj=0; jj<p->pPhrase->nToken; jj++){
101172 p->pPhrase->aToken[jj].z = &zNew[nNew];
101173 nNew += p->pPhrase->aToken[jj].n;
106264 int jj, ii;
106285 for(jj=0; isOk==0 && jj<pSnippet->nMatch; jj++){
106286 struct snippetMatch *p2 = &pSnippet->aMatch[jj];
106305 for(jj=0; isOk==0 && jj<pSnippet->nMatch; jj++){
106306 struct snippetMatch *p2 = &pSnippet->aMatch[jj];
108353 int jj;
108354 for(jj=0; jj<ii; jj++){
108355 pIdxInfo->aConstraintUsage[jj].argvIndex = 0;
108356 pIdxInfo->aConstraintUsage[jj].omit = 0;
108360 pIdxInfo->aConstraintUsage[jj].omit = 1;
108512 int jj;
108514 for(jj=0; jj<(pRtree->nDim*2); jj+=2){
108518 x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
108519 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
108585 int jj;
108593 for(jj=0; jj<nCell; jj++){
108594 nodeGetCell(pRtree, pNode, jj, &aCell[jj]);
108730 int jj;
108735 for(jj=1; jj<nCell; jj++){
108736 float left = DCOORD(aCell[jj].aCoord[i*2]);
108737 float right = DCOORD(aCell[jj].aCoord[i*2+1]);
108743 iCellRight = jj;
108747 iCellLeft = jj;
108810 int jj;
108817 for(jj=ii+1; jj<nCell; jj++){
108818 float right = cellArea(pRtree, &aCell[jj]);
108819 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]);
108824 iRightSeed = jj;
108896 int jj;
108897 for(jj=1; jj<nIdx; jj++){
108898 float left = aDistance[aIdx[jj-1]];
108899 float right = aDistance[aIdx[jj]];
108961 int jj;
108962 for(jj=1; jj<nIdx; jj++){
108963 float xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
108964 float xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
108965 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
108966 float xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];
109005 int jj;
109007 for(jj=0; jj<nCell; jj++){
109008 aaSorted[ii][jj] = jj;
110029 int jj;
110034 for(jj=0; jj<tree.nDim*2; jj++){
110035 sqlite3_snprintf(512-nCell,&zCell[nCell]," %f",(double)cell.aCoord[jj].f);