OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twosComp2bn
(Results
1 - 2
of
2
) 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);
Completed in 63 milliseconds