Searched defs:shiftUpBits (Results 1 – 1 of 1) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat.java | 694 public static int shiftUpBits(int len, int[] z, int bits, int c) in shiftUpBits() method in Nat 706 public static int shiftUpBits(int len, int[] z, int zOff, int bits, int c) in shiftUpBits() method in Nat 718 public static int shiftUpBits(int len, int[] x, int bits, int c, int[] z) in shiftUpBits() method in Nat 730 public static int shiftUpBits(int len, int[] x, int xOff, int bits, int c, int[] z, int zOff) in shiftUpBits() method in Nat
|