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

Definition at line 2134 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setInt().

Referenced by Java_dim_MutableMemory_setByte().

2135 {
2136  if(env){}
2137  if(nativeClass){}
2138  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setShort(0x%08lx, %04x)\n", nativeDataAddress, data);
2139  *(jshort*)nativeDataAddress = data;
2140 }
#define dim_Dbg_MUTABLE_MEMORY
Definition: dim_jni.c:16
float data[4 *1440]
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: