Lines Matching refs:oldIndex
753 int32_t i, oldIndex;
868 oldIndex=pTempTable->rows[i].sortIndex;
869 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
883 oldIndex=pTempTable->rows[i].sortIndex;
884 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
902 oldIndex=pTempTable->rows[i].sortIndex;
903 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);