HomeSort by relevance Sort by last modified time
    Searched refs:twosComp2bn (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/math/
NativeBN.java 49 public static native void twosComp2bn(byte[] s, int len, long ret);
BigInt.java 182 NativeBN.twosComp2bn(a, a.length, this.bignum);
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 611 NATIVE_METHOD(NativeBN, twosComp2bn, "([BIJ)V"),

Completed in 3687 milliseconds