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

Definition at line 1984 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoIntArray().

Referenced by Java_dim_Memory_copyIntoByteArray().

1985 {
1986  if(nativeClass){}
1987  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoShortArray\n");
1988  (*env)->SetShortArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
1989  return ;
1990 }
#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: