OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_shift
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
79
public static native void
BN_shift
(long r, long a, int n);
80
// int
BN_shift
(BIGNUM *r, const BIGNUM *a, int n);
BigInt.java
234
NativeBN.
BN_shift
(r.bignum, a.bignum, n);
239
NativeBN.
BN_shift
(this.bignum, this.bignum, n);
Completed in 649 milliseconds