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

Definition at line 2148 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setLong().

Referenced by Java_dim_MutableMemory_setShort().

2149 {
2150  if(env){}
2151  if(nativeClass){}
2152  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setInt(0x%08lx, %0x)\n", nativeDataAddress, data);
2153  *(jint*)nativeDataAddress = data;
2154 }
#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: