Searched defs:putULongInt (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DBigInt.java80 void putULongInt(long val, boolean neg) { method in class:BigInt
82 NativeBN.putULongInt(this.bignum, val, neg);
H A DNativeBN.java34 public static native void putULongInt(long a, long dw, boolean neg); method in class:NativeBN

Completed in 58 milliseconds