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

Definition at line 2162 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setFloat().

Referenced by Java_dim_MutableMemory_setInt().

2163 {
2164  if(env){}
2165  if(nativeClass){}
2166  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setLong(0x%08lx, %08x)\n", nativeDataAddress, (unsigned)data);
2167  *(jlong*)nativeDataAddress = data;
2168 }
#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: