Searched refs:resultLen (Results 1 – 1 of 1) sorted by relevance
185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) { in shiftRight() argument191 System.arraycopy(source, intCount, result, 0, resultLen); in shiftRight()192 i = resultLen; in shiftRight()197 for (i = 0; i < resultLen - 1; i++) { in shiftRight()