Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBitLevel.java185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) { in shiftRight() argument
191 System.arraycopy(source, intCount, result, 0, resultLen); in shiftRight()
192 i = resultLen; in shiftRight()
197 for (i = 0; i < resultLen - 1; i++) { in shiftRight()