HomeSort by relevance Sort by last modified time
    Searched refs:cLen (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
IntArray.java 528 int cLen = bExt + aLen;
530 int[] c = new int[cLen << width];
537 ci[i] = ci[i - 1] + cLen;
568 addShiftedByBits(c, ci[1], c, ci[pow2], cLen, offset);
573 distribute(c, ci[pow2], ci[ciPos - pow2], ci[ciPos], cLen);
578 IntArray p = new IntArray(cLen);
579 System.arraycopy(c, ci[1], p.m_ints, 0, cLen);

Completed in 168 milliseconds