Searched defs:cRight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmdiff.cpp118 * @param cRight How long it is.
122 size_t iRight, size_t cRight)
139 if (cRight == ~(size_t)0)
143 cRight = c - iRight;
147 cRight = 0;
162 : cRight == 0
165 if (cLeft > 1 && cRight > 1)
166 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu,%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1, iRight + cRight);
169 else if (cRight > 1)
170 RTStrmPrintf(pState->pDiff, "%zu%c%zu,%zu\n", iLeft + 1, ch, iRight + 1, iRight + cRight);
120 scmDiffReport(PSCMDIFFSTATE pState, size_t cMatches, size_t iLeft, size_t cLeft, size_t iRight, size_t cRight) argument
[all...]

Completed in 42 milliseconds