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