Lines Matching refs:ix
63592 i64 ix;
63598 ix = doubleToInt64(pMem->u.r);
63610 if( pMem->u.r==ix && ix>SMALLEST_INT64 && ix<LARGEST_INT64 ){
63611 pMem->u.i = ix;
100777 int ix; /* Index loop counter */
100996 for(ix=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, ix++){
101002 if( aRegIdx[ix]==0 ) continue; /* Skip indices that do not change */
101007 iThisCur = iIdxCur+ix;
101012 sqlite3VdbeAddOp2(v, OP_Null, 0, aRegIdx[ix]);
101036 sqlite3VdbeAddOp3(v, OP_MakeRecord, regIdx, pIdx->nColumn, aRegIdx[ix]);
116092 int ix[BMS]; /* Cursor assigned to each bit */
116456 if( pMaskSet->ix[i]==iCursor ){
116472 assert( pMaskSet->n < ArraySize(pMaskSet->ix) );
116473 pMaskSet->ix[pMaskSet->n++] = iCursor;