fix atan2,rename {hypot,hypot3} to {norm2,norm3}
[liba.git] / java / include / liba_crc64.h
blob762e77528412567d512d68583cc02c4c485766dc
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class liba_crc64 */
5 #ifndef _Included_liba_crc64
6 #define _Included_liba_crc64
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 * Class: liba_crc64
12 * Method: clinit
13 * Signature: ()V
15 JNIEXPORT void JNICALL Java_liba_crc64_clinit
16 (JNIEnv *, jclass);
19 * Class: liba_crc64
20 * Method: init
21 * Signature: (JZ)V
23 JNIEXPORT void JNICALL Java_liba_crc64_init
24 (JNIEnv *, jobject, jlong, jboolean);
27 * Class: liba_crc64
28 * Method: table
29 * Signature: ()[J
31 JNIEXPORT jlongArray JNICALL Java_liba_crc64_table
32 (JNIEnv *, jobject);
35 * Class: liba_crc64
36 * Method: gen
37 * Signature: (JZ)Lliba/crc64;
39 JNIEXPORT jobject JNICALL Java_liba_crc64_gen
40 (JNIEnv *, jobject, jlong, jboolean);
43 * Class: liba_crc64
44 * Method: eval
45 * Signature: ([BJ)J
47 JNIEXPORT jlong JNICALL Java_liba_crc64_eval
48 (JNIEnv *, jobject, jbyteArray, jlong);
51 * Class: liba_crc64
52 * Method: pack
53 * Signature: ([BJ)[B
55 JNIEXPORT jbyteArray JNICALL Java_liba_crc64_pack
56 (JNIEnv *, jobject, jbyteArray, jlong);
58 #ifdef __cplusplus
60 #endif
61 #endif