Searched defs:shiftDownBit (Results 1 – 1 of 1) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat.java | 543 public static int shiftDownBit(int len, int[] z, int c) in shiftDownBit() method in Nat 555 public static int shiftDownBit(int len, int[] z, int zOff, int c) in shiftDownBit() method in Nat 567 public static int shiftDownBit(int len, int[] x, int c, int[] z) in shiftDownBit() method in Nat 579 public static int shiftDownBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftDownBit() method in Nat
|