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