Home | History | Annotate | Download | only in common

Lines Matching refs:destLim

960     void **destLim, **sourceLim;
968 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()?
984 while (sourcePtr < sourceLim && destPtr < destLim) {
1000 while (destPtr < destLim) {