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

Definition at line 2120 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setShort().

Referenced by Java_dim_MutableMemory_setChar().

2121 {
2122  if(env){}
2123  if(nativeClass){}
2124  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setByte(0x%08lx, %02x)\n", nativeDataAddress, data);
2125  *(jbyte*)nativeDataAddress = data;
2126 }
#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: