Searched defs:a0 (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_math_NativeBN.cpp | 111 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() 144 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() 156 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() 316 static jlong NativeBN_longInt(JNIEnv* env, jclass, jlong a0) { in NativeBN_longInt() 374 static jbyteArray NativeBN_BN_bn2bin(JNIEnv* env, jclass, jlong a0) { in NativeBN_BN_bn2bin() 389 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass, jlong a0) { in NativeBN_bn2litEndInts() 432 static int NativeBN_bitLength(JNIEnv* env, jclass, jlong a0) { in NativeBN_bitLength()
|