Home
last modified time | relevance | path

Searched defs:a0 (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()
149 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn()
163 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn()
251 static jlong NativeBN_longInt(JNIEnv* env, jclass, jlong a0) { in NativeBN_longInt()
304 static jbyteArray NativeBN_BN_bn2bin(JNIEnv* env, jclass, jlong a0) { in NativeBN_BN_bn2bin()
319 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass, jlong a0) { in NativeBN_bn2litEndInts()
367 static int NativeBN_bitLength(JNIEnv* env, jclass, jlong a0) { in NativeBN_bitLength()