Home
last modified time | relevance | path

Searched refs:NativeBN_putULongInt (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp127 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() function
143 NativeBN_putULongInt(env, cls, a, dw, JNI_FALSE); in NativeBN_putLongInt()
145 NativeBN_putULongInt(env, cls, a, -dw, JNI_TRUE); in NativeBN_putLongInt()