FACT++  1.0
JNIEXPORT jshort JNICALL Java_dim_Memory_getShort ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1855 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getInt().

Referenced by Java_dim_Memory_getByte().

1856 {
1857  if(env){}
1858  if(nativeClass){}
1859  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getShort\n");
1860  return *(jshort*)nativeDataAddress;
1861 }
#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: