Home
last modified time | relevance | path

Searched refs:twosComp2bn (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/math/
DNativeBN.java49 public static native void twosComp2bn(byte[] s, int len, long ret); in twosComp2bn() method in NativeBN
DBigInt.java180 NativeBN.twosComp2bn(a, a.length, this.bignum); in putBigEndianTwosComplement()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp565 NATIVE_METHOD(NativeBN, twosComp2bn, "([BIJ)V"),