Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java530 long[] newInts = new long[newLen]; in resizedInts() local
531 System.arraycopy(m_ints, 0, newInts, 0, Math.min(m_ints.length, newLen)); in resizedInts()
532 return newInts; in resizedInts()