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

Definition at line 2106 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setByte().

Referenced by Java_dim_MutableMemory_setBoolean().

2107 {
2108  if(env){}
2109  if(nativeClass){}
2110  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setChar(0x%08lx, %02x)\n", nativeDataAddress, data);
2111  *(jchar*)nativeDataAddress = data;
2112 }
#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: