File: com_artifex_gsjava_util_NativePointer.h

package info (click to toggle)
ghostscript 10.0.0~dfsg-11%2Bdeb12u7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 98,252 kB
  • sloc: ansic: 891,828; python: 7,649; cpp: 6,493; cs: 6,209; sh: 6,043; java: 4,028; perl: 2,372; tcl: 1,639; makefile: 521; awk: 66; javascript: 43; yacc: 18
file content (171 lines) | stat: -rw-r--r-- 5,126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_artifex_gsjava_util_NativePointer */

#include "settings.h"

#ifndef _Included_com_artifex_gsjava_util_NativePointer
#define _Included_com_artifex_gsjava_util_NativePointer
#ifdef __cplusplus
extern "C" {
#endif
#undef com_artifex_gsjava_util_NativePointer_NULL
#define com_artifex_gsjava_util_NativePointer_NULL 0i64
#undef com_artifex_gsjava_util_NativePointer_BYTE_SIZE
#define com_artifex_gsjava_util_NativePointer_BYTE_SIZE 1i64
#undef com_artifex_gsjava_util_NativePointer_CHAR_SIZE
#define com_artifex_gsjava_util_NativePointer_CHAR_SIZE 2i64
#undef com_artifex_gsjava_util_NativePointer_SHORT_SIZE
#define com_artifex_gsjava_util_NativePointer_SHORT_SIZE 2i64
#undef com_artifex_gsjava_util_NativePointer_INT_SIZE
#define com_artifex_gsjava_util_NativePointer_INT_SIZE 4i64
#undef com_artifex_gsjava_util_NativePointer_LONG_SIZE
#define com_artifex_gsjava_util_NativePointer_LONG_SIZE 8i64
/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    mallocNative
 * Signature: (J)J
 */
JNIEXPORT jlong JNICALL Java_com_artifex_gsjava_util_NativePointer_mallocNative
  (JNIEnv *, jclass, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    callocNative
 * Signature: (JJ)J
 */
JNIEXPORT jlong JNICALL Java_com_artifex_gsjava_util_NativePointer_callocNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    freeNative
 * Signature: (J)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_freeNative
  (JNIEnv *, jclass, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    byteArrayNative
 * Signature: (JJ)[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_artifex_gsjava_util_NativePointer_byteArrayNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    byteAtNative
 * Signature: (JJ)B
 */
JNIEXPORT jbyte JNICALL Java_com_artifex_gsjava_util_NativePointer_byteAtNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    setByteNative
 * Signature: (JJB)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_setByteNative
  (JNIEnv *, jclass, jlong, jlong, jbyte);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    charArrayNative
 * Signature: (JJ)[C
 */
JNIEXPORT jcharArray JNICALL Java_com_artifex_gsjava_util_NativePointer_charArrayNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    charAtNative
 * Signature: (JJ)C
 */
JNIEXPORT jchar JNICALL Java_com_artifex_gsjava_util_NativePointer_charAtNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    setCharNative
 * Signature: (JJC)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_setCharNative
  (JNIEnv *, jclass, jlong, jlong, jchar);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    shortArrayNative
 * Signature: (JJ)[S
 */
JNIEXPORT jshortArray JNICALL Java_com_artifex_gsjava_util_NativePointer_shortArrayNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    shortAtNative
 * Signature: (JJ)S
 */
JNIEXPORT jshort JNICALL Java_com_artifex_gsjava_util_NativePointer_shortAtNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    setShortNative
 * Signature: (JJS)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_setShortNative
  (JNIEnv *, jclass, jlong, jlong, jshort);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    intArrayNative
 * Signature: (JJ)[I
 */
JNIEXPORT jintArray JNICALL Java_com_artifex_gsjava_util_NativePointer_intArrayNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    intAtNative
 * Signature: (JJ)I
 */
JNIEXPORT jint JNICALL Java_com_artifex_gsjava_util_NativePointer_intAtNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    setIntNative
 * Signature: (JJI)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_setIntNative
  (JNIEnv *, jclass, jlong, jlong, jint);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    longArrayNative
 * Signature: (JJ)[J
 */
JNIEXPORT jlongArray JNICALL Java_com_artifex_gsjava_util_NativePointer_longArrayNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    longAtNative
 * Signature: (JJ)J
 */
JNIEXPORT jlong JNICALL Java_com_artifex_gsjava_util_NativePointer_longAtNative
  (JNIEnv *, jclass, jlong, jlong);

/*
 * Class:     com_artifex_gsjava_util_NativePointer
 * Method:    setLongNative
 * Signature: (JJJ)V
 */
JNIEXPORT void JNICALL Java_com_artifex_gsjava_util_NativePointer_setLongNative
  (JNIEnv *, jclass, jlong, jlong, jlong);

#ifdef __cplusplus
}
#endif
#endif