Searched refs:NativeBN_putULongInt (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_math_NativeBN.cpp | 127 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()
|