Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1460 …private static void copyAndShift(int[] src, int srcFrom, int srcLen, int[] dst, int dstFrom, int s… in copyAndShift() argument
1466 dst[dstFrom+i] = (b << shift) | (c >>> n2); in copyAndShift()
1468 dst[dstFrom+srcLen-1] = c << shift; in copyAndShift()