OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longInt
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
64
public static native long
longInt
(int a);
Primality.java
95
int l = (int)ni.
longInt
();
BigInt.java
222
long
longInt
() {
223
return NativeBN.
longInt
(this.bignum);
BigInteger.java
713
return (int) bigInt.
longInt
();
727
return bigInt.
longInt
();
[
all
...]
/frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java
247
protected void appendLongInteger(long
longInt
) {
258
long temp =
longInt
;
273
append((int)((
longInt
>>> shift) & 0xff));
[
all
...]
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
549
NATIVE_METHOD(NativeBN,
longInt
, "(I)J"),
Completed in 3654 milliseconds