Home
last modified time | relevance | path

Searched refs:startRR (Results 1 – 2 of 2) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCoinAbcBaseFactorization4.cpp1138 CoinBigIndex * COIN_RESTRICT startRR = startColumnRAddress_+maximumPivots_+1;
1151 space = startRR[next]-startRR[iRow];
1153 space = lengthAreaR_-startRR[iRow];
1157 CoinBigIndex put=startRR[iRow]+numberInR;
2327 CoinBigIndex *COIN_RESTRICT startRR = startColumnRAddress_ + maximumPivots_ + 1; in replaceColumnPart3() local
2340 space = startRR[next] - startRR[iRow]; in replaceColumnPart3()
2342 space = lengthAreaR_ - startRR[iRow]; in replaceColumnPart3()
2346 CoinBigIndex put = startRR[iRow] + numberInR; in replaceColumnPart3()
3025 space = startRR[next] - startRR[iRow]; in replaceColumnPart3()
3027 space = lengthAreaR_ - startRR[iRow]; in replaceColumnPart3()
[all …]
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DuDNS.c3193 AuthRecord *startRR = m->ResourceRecords; in SendGroupUpdates() local
3213 while (startRR) in SendGroupUpdates()
3219 for (rr = startRR; rr; rr = rr->next) in SendGroupUpdates()
3321 startRR = rr; in SendGroupUpdates()