FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Memory_copyIntoLongArray ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jlongArray  array,
jint  arrayOffset,
jint  length 
)

Definition at line 2012 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoFloatArray().

Referenced by Java_dim_Memory_copyIntoIntArray().

2013 {
2014  if(nativeClass){}
2015  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoLongArray\n");
2016  (*env)->SetLongArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
2017  return ;
2018 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: