Home | History | Annotate | Download | only in rtree

Lines Matching refs:kk

2038       int kk;
2044 for(kk=1; kk<(nCell-1); kk++){
2045 if( kk<nLeft ){
2046 cellUnion(pRtree, &left, &aCell[aaSorted[ii][kk]]);
2048 cellUnion(pRtree, &right, &aCell[aaSorted[ii][kk]]);