Home
last modified time | relevance | path

Searched defs:dw (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DNativeBN.java43 public static native boolean putLongInt(int a, long dw); in putLongInt()
45 public static native boolean putULongInt(int a, long dw, boolean neg); in putULongInt()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp101 static jboolean NativeBN_putULongInt(JNIEnv* env, jclass, BIGNUM* a, unsigned long long dw, jboolea… in NativeBN_putULongInt()
119 static jboolean NativeBN_putLongInt(JNIEnv* env, jclass cls, BIGNUM* a, long long dw) { in NativeBN_putLongInt()