Searched refs:jint (Results 151 - 175 of 1007) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIFocus.m39 JNIEXPORT jint JNICALL Java_apple_laf_JRSUIFocus_beginNativeFocus
40 (JNIEnv *env, jclass clazz, jlong cgContext, jint ringStyle)
54 JNIEXPORT jint JNICALL Java_apple_laf_JRSUIFocus_endNativeFocus
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DCIF.m34 JNIEXPORT jint JNICALL Java_com_apple_jobjc_CIF_getSizeofCIF
37 return (jint) sizeof(ffi_cif);
41 (JNIEnv *env, jclass clazz, jlong jCIFPtr, jint jNargs, jlong jRetTypePtr, jlong jArgsPtr)
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DEPollPort.c44 jint res[2];
45 res[0] = (jint)sp[0];
46 res[1] = (jint)sp[1];
52 Java_sun_nio_ch_EPollPort_interrupt(JNIEnv *env, jclass c, jint fd) {
63 Java_sun_nio_ch_EPollPort_drain1(JNIEnv *env, jclass cl, jint fd) {
73 Java_sun_nio_ch_EPollPort_close0(JNIEnv *env, jclass c, jint fd) {
H A DKQueuePort.c44 jint res[2];
45 res[0] = (jint)sp[0];
46 res[1] = (jint)sp[1];
52 Java_sun_nio_ch_KQueuePort_interrupt(JNIEnv *env, jclass c, jint fd) {
63 Java_sun_nio_ch_KQueuePort_drain1(JNIEnv *env, jclass cl, jint fd) {
73 Java_sun_nio_ch_KQueuePort_close0(JNIEnv *env, jclass c, jint fd) {
H A DDatagramDispatcher.c42 JNIEXPORT jint JNICALL
44 jobject fdo, jlong address, jint len)
46 jint fd = fdval(env, fdo);
59 jobject fdo, jlong address, jint len)
61 jint fd = fdval(env, fdo);
82 JNIEXPORT jint JNICALL
84 jobject fdo, jlong address, jint len)
86 jint fd = fdval(env, fdo);
98 jobject fdo, jlong address, jint len)
100 jint f
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.h61 jint tls_get_tracker_status(JNIEnv *env, jthread thread,
62 jboolean skip_init, jint **ppstatus, TlsIndex* pindex,
66 void tls_set_sample_status(ObjectIndex object_index, jint sample_status);
67 jint tls_sum_sample_status(void);
83 void tls_set_in_heap_dump(TlsIndex index, jint in_heap_dump);
84 jint tls_get_in_heap_dump(TlsIndex index);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp220 jint opcode = NEXT_INT(b);
229 jint x1 = NEXT_INT(b);
230 jint y1 = NEXT_INT(b);
231 jint x2 = NEXT_INT(b);
232 jint y2 = NEXT_INT(b);
240 jint x = NEXT_INT(b);
241 jint y = NEXT_INT(b);
242 jint w = NEXT_INT(b);
243 jint h = NEXT_INT(b);
250 jint nPoint
[all...]
H A DD3DContext.h150 HRESULT SetAlphaComposite(jint rule, jfloat extraAlpha, jint flags);
165 jint dstx, jint dsty,
166 jint srcx, jint srcy,
167 jint srcWidth, jint srcHeight,
168 jint srcStride,
172 jint *pPixelsTouched
[all...]
/openjdk7/jdk/src/share/native/sun/reflect/
H A DConstantPool.c29 JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getSize0
36 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
42 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
48 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
54 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
60 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
66 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
72 (JNIEnv *env, jobject unused, jobject jcpool, jint index)
77 JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getIntAt0
78 (JNIEnv *env, jobject unused, jobject jcpool, jint inde
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DSocketDispatcher.c42 JNIEXPORT jint JNICALL
44 jlong address, jint len)
50 jint fd = fdval(env, fdo);
71 int theErr = (jint)WSAGetLastError();
79 return convertReturnVal(env, (jint)read, JNI_TRUE);
84 jlong address, jint len)
90 jint fd = fdval(env, fdo);
93 jint rem = MAX_BUFFER_SIZE;
102 jint iov_len = iovp[i].iov_len;
127 int theErr = (jint)WSAGetLastErro
[all...]
H A DFileChannelImpl.c45 jint align;
59 jint prot, jlong off, jlong len)
62 jint lowOffset = (jint)off;
63 jint highOffset = (jint)(off >> 32);
65 jint lowLen = (jint)(maxSize);
66 jint highLen = (jint)(maxSiz
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h50 jint actions, jlongArray formats, jobject formatMap);
91 jint imageWidth,
92 jint imageHeight,
93 jint x,
94 jint y);
129 static void call_dSCenter(JNIEnv* env, jobject self, jint targetActions,
130 jint modifiers, jint x, jint y);
132 jint targetAction
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c125 checkOverflow(jint dxoff, jint dyoff,
180 calculateEdges(jint *pEdges,
189 jint dx1, dy1, dx2, dy2;
255 jint *pData, jint *pEdges,
256 jint dxoff, jint dyoff, jint sw, jint s
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c51 jint previousOp;
71 jlong buf, jint limit)
90 jint opcode = NEXT_INT(b);
101 jint x1 = NEXT_INT(b);
102 jint y1 = NEXT_INT(b);
103 jint x2 = NEXT_INT(b);
104 jint y2 = NEXT_INT(b);
110 jint x = NEXT_INT(b);
111 jint y = NEXT_INT(b);
112 jint
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp47 static inline juint encode_sign(jint value); // for Pack200 SIGNED5
48 static inline jint decode_sign(juint value); // for Pack200 SIGNED5
69 jint read_int_mb(jint b0); // UNSIGNED5 coding, 2-5 byte cases
79 jint read_int() { jint b0 = read();
83 jint read_signed_int();
104 void write_int_mb(jint value); // UNSIGNED5 coding, 1-5 byte cases
118 void write_int(jint value) { if ((juint)value < L && !full())
121 void write_signed_int(jint valu
[all...]
/openjdk7/jdk/src/windows/native/java/util/
H A DWindowsPreferences.c33 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey, jint securityMask) {
49 JNIEXPORT jint JNICALL Java_java_util_prefs_WindowsPreferences_WindowsRegCloseKey
50 (JNIEnv* env, jclass this_class, jint hKey) {
51 return (jint) RegCloseKey((HKEY) hKey);
55 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) {
75 JNIEXPORT jint JNICALL Java_java_util_prefs_WindowsPreferences_WindowsRegDeleteKey
76 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) {
86 JNIEXPORT jint JNICALL Java_java_util_prefs_WindowsPreferences_WindowsRegFlushKey
87 (JNIEnv* env, jclass this_class, jint hKe
[all...]
/openjdk7/jdk/src/share/native/java/lang/reflect/
H A DArray.c39 JNIEXPORT jint JNICALL
50 jint index)
57 jint index)
64 jint index)
71 jint index)
78 jint index)
83 JNIEXPORT jint JNICALL
85 jint index)
92 jint index)
99 jint inde
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCCharToGlyphMapper.m36 JNIEXPORT jint JNICALL
40 jint numGlyphs = 0;
54 jint count, UniChar *unicodes,
57 jint *glyphCodeInts = (*env)->GetPrimitiveArrayCritical(env, glyphs, 0);
69 jint count, UniChar *unicodes, jintArray glyphs)
89 jlong awtFontPtr, jint count, jcharArray unicodes, jintArray glyphs)
96 jint len = (*env)->GetArrayLength(env, glyphs);
/openjdk7/langtools/test/tools/javah/6572945/gold/jni.dir.1/
H A DTestClass1_Inner1.h43 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner1_imn
123 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner1_imn1
188 (JNIEnv *, jobject, jint);
196 (JNIEnv *, jobject, jint);
203 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner1_imn2
204 (JNIEnv *, jobject, jint);
212 (JNIEnv *, jobject, jint);
220 (JNIEnv *, jobject, jint);
228 (JNIEnv *, jobject, jint);
236 (JNIEnv *, jobject, jint);
[all...]
H A DTestClass1_Inner2.h43 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner2_imn
123 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner2_imn1
188 (JNIEnv *, jobject, jint);
196 (JNIEnv *, jobject, jint);
203 JNIEXPORT jint JNICALL Java_TestClass1_00024Inner2_imn2
204 (JNIEnv *, jobject, jint);
212 (JNIEnv *, jobject, jint);
220 (JNIEnv *, jobject, jint);
228 (JNIEnv *, jobject, jint);
236 (JNIEnv *, jobject, jint);
[all...]
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c52 version_check(jint cver, jint rver)
54 jint cmajor, cminor, cmicro;
55 jint rmajor, rminor, rmicro;
78 jint runtime_version;
91 JNIEXPORT jint JNICALL
94 jint rc;
/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.c64 JNIEXPORT jint JNICALL
69 JNIEXPORT jint JNICALL
71 jbyteArray bytes, jint off, jint len) {
84 if ((cur = IO_Lseek(fd, (jlong)0, (jint)SEEK_CUR)) == -1) {
86 } else if ((end = IO_Lseek(fd, toSkip, (jint)SEEK_CUR)) == -1) {
92 JNIEXPORT jint JNICALL
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A DorderAccess_bsd_x86.inline.hpp51 volatile jint local_dummy = 0;
67 inline jint OrderAccess::load_acquire(volatile jint* p) { return *p; }
82 inline void OrderAccess::release_store(volatile jint* p, jint v) { *p = v; }
106 inline void OrderAccess::store_fence(jint* p, jint v) {
128 inline void OrderAccess::store_fence(juint* p, juint v) { store_fence((jint*)p, (jint)v); }
140 store_fence((jint*)
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A DorderAccess_linux_x86.inline.hpp51 volatile jint local_dummy = 0;
67 inline jint OrderAccess::load_acquire(volatile jint* p) { return *p; }
82 inline void OrderAccess::release_store(volatile jint* p, jint v) { *p = v; }
106 inline void OrderAccess::store_fence(jint* p, jint v) {
128 inline void OrderAccess::store_fence(juint* p, juint v) { store_fence((jint*)p, (jint)v); }
140 store_fence((jint*)
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c59 jint npoints;
60 jint maxpoints;
81 jint _npnts = (PTR)->npoints; \
83 jint newMax = (PTR)->maxpoints*2; \
109 awt_drawArc(JNIEnv * env, jint drawable, GC xgc,
148 jint transx, jint transy,
152 jint *xcoords, *ycoords;
154 xcoords = (jint *)
160 ycoords = (jint *)
[all...]

Completed in 1066 milliseconds

1234567891011>>