Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFDBigInteger.java597 int tStart = S.offset - this.offset; in quoRemIteration() local
602 for (int sIndex = 0, tIndex = tStart; tIndex < this.nWords; sIndex++, tIndex++) { in quoRemIteration()