You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.6 KiB
77 lines
1.6 KiB
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class odd_ODDUtils */
|
|
|
|
#ifndef _Included_odd_ODDUtils
|
|
#define _Included_odd_ODDUtils
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_SetCUDDManager
|
|
* Signature: (J)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_odd_ODDUtils_ODD_1SetCUDDManager
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_BuildODD
|
|
* Signature: (JJI)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_odd_ODDUtils_ODD_1BuildODD
|
|
(JNIEnv *, jclass, jlong, jlong, jint);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetNumODDNodes
|
|
* Signature: ()I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_odd_ODDUtils_ODD_1GetNumODDNodes
|
|
(JNIEnv *, jclass);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetIndexOfFirstFromDD
|
|
* Signature: (JJJI)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_odd_ODDUtils_ODD_1GetIndexOfFirstFromDD
|
|
(JNIEnv *, jclass, jlong, jlong, jlong, jint);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetTOff
|
|
* Signature: (J)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_odd_ODDUtils_ODD_1GetTOff
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetEOff
|
|
* Signature: (J)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_odd_ODDUtils_ODD_1GetEOff
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetThen
|
|
* Signature: (J)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_odd_ODDUtils_ODD_1GetThen
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
/*
|
|
* Class: odd_ODDUtils
|
|
* Method: ODD_GetElse
|
|
* Signature: (J)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_odd_ODDUtils_ODD_1GetElse
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|