Searched refs:toBit (Results 1 – 1 of 1) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1591 private static void reduceWordWise(long[] buf, int off, int len, int toBit, int m, int[] ks) in reduceWordWise() argument 1593 int toPos = toBit >>> 6; in reduceWordWise() 1606 int partial = toBit & 0x3F; in reduceWordWise() 1611 reduceWord(buf, off, toBit, word, m, ks); in reduceWordWise()
|