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.java33 public static native void putLongInt(long a, long dw); in putLongInt()
34 public static native void putULongInt(long a, long dw, boolean neg); in putULongInt()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp130 uint64_t dw = java_dw; in NativeBN_putULongInt() local
141 static void NativeBN_putLongInt(JNIEnv* env, jclass cls, jlong a, jlong dw) { in NativeBN_putLongInt()