Searched refs:jint (Results 176 - 200 of 1007) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javah/6572945/gold/
H A Djni.file.143 JNIEXPORT jint JNICALL Java_TestClass1_imn
267 JNIEXPORT jint JNICALL Java_TestClass1_imn1
332 (JNIEnv *, jobject, jint);
340 (JNIEnv *, jobject, jint);
347 JNIEXPORT jint JNICALL Java_TestClass1_imn2
348 (JNIEnv *, jobject, jint);
356 (JNIEnv *, jobject, jint);
364 (JNIEnv *, jobject, jint);
372 (JNIEnv *, jobject, jint);
380 (JNIEnv *, jobject, jint);
[all...]
H A Djni.file.243 JNIEXPORT jint JNICALL Java_TestClass1_imn
267 JNIEXPORT jint JNICALL Java_TestClass1_imn1
332 (JNIEnv *, jobject, jint);
340 (JNIEnv *, jobject, jint);
347 JNIEXPORT jint JNICALL Java_TestClass1_imn2
348 (JNIEnv *, jobject, jint);
356 (JNIEnv *, jobject, jint);
364 (JNIEnv *, jobject, jint);
372 (JNIEnv *, jobject, jint);
380 (JNIEnv *, jobject, jint);
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderer.cpp36 jint x1, jint y1, jint x2, jint y2)
47 jint x, jint y, jint w, jint h)
59 jint x, jint
[all...]
H A DD3DSurfaceData.h44 jint adapter;
45 jint width, height;
48 jint xoff, yoff;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h45 jint *PREFIX ## Lut;
101 jint r, g, b; \
121 jint rgb = PREFIX ## Lut[CurrentPixelByteBinary(TYPE, PREFIX)]; \
127 jint argb = PREFIX ## Lut[CurrentPixelByteBinary(TYPE, PREFIX)]; \
152 jint *PREFIX ## Lut; \
153 jint PREFIX ## rgb;
188 jint srcScan = (SRCINFO)->scanStride; \
189 jint dstScan = (DSTINFO)->scanStride; \
190 jint srcx1 = (SRCINFO)->bounds.x1; \
191 jint dstx
[all...]
H A DDrawPath.c38 jint x0, jint y0, jint x1, jint y1)
48 static void processPoint(DrawHandler* hnd, jint x0, jint y0)
64 jint transX, jint transY, jobject p2df)
68 jint numTypes;
70 jint pixe
[all...]
H A DScaledBlit.c93 static jint
94 findpow2tilesize(jint shift, jint sxinc, jint syinc)
163 * rectangle uses jint. The setup code, which occasionally deals
215 static jint
216 refine(jint intorigin, jdouble dblorigin, jint tilesize,
217 jdouble scale, jint srctarget, jint srcin
[all...]
H A DLoopMacros.h79 jint srcScan = (SRCINFO)->scanStride; \
80 jint dstScan = (DSTINFO)->scanStride; \
100 jint srcScan = (SRCINFO)->scanStride; \
101 jint dstScan = (DSTINFO)->scanStride; \
133 jint srcScan = (SRCINFO)->scanStride; \
134 jint dstScan = (DSTINFO)->scanStride; \
139 jint tmpsxloc = SXLOC; \
143 jint XVAR = (tmpsxloc >> SHIFT); \
174 * via an intermediate "jint rgb" format.
188 * via an intermediate "jint arg
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.cpp42 void AccessFlags::atomic_set_bits(jint bits) {
44 jint old_flags, new_flags, f;
52 void AccessFlags::atomic_clear_bits(jint bits) {
54 jint old_flags, new_flags, f;
81 assert(sizeof(AccessFlags) == sizeof(jint), "just checking size of flags");
/openjdk7/jdk/src/share/back/
H A Dutil.h64 jint count; /* count of references */
75 typedef jint FrameNumber;
109 jint cachedJvmtiVersion;
257 jint count;
295 #define jlong_to_jint(a) ((jint)(a))
307 jint uniqueID(void);
317 jvmtiError classInstanceCounts(jint classCount, jclass *classes, jlong *counts);
333 jvmtiError fieldModifiers(jclass, jfieldID, jint *);
336 jvmtiError methodModifiers(jmethodID, jint *);
356 jint jvmtiMajorVersio
[all...]
H A DeventHelper.h36 void eventHelper_recordEvent(EventInfo *evinfo, jint id,
38 void eventHelper_recordClassUnload(jint id, char *signature, struct bag *eventBag);
39 void eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Robot.cpp53 void AwtRobot::MouseMove( jint x, jint y)
96 void AwtRobot::MousePress( jint buttonMask )
138 void AwtRobot::MouseRelease( jint buttonMask )
181 void AwtRobot::MouseWheel (jint wheelAmt) {
185 inline jint AwtRobot::WinToJavaPixel(USHORT r, USHORT g, USHORT b)
187 jint value =
195 jint AwtRobot::GetRGBPixel( jint x, jint
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h49 JNIEXPORT jint JNICALL
52 JNIEXPORT jint JNICALL
480 typedef jint (JNICALL *jvmtiHeapIterationCallback)
481 (jlong class_tag, jlong size, jlong* tag_ptr, jint length, void* user_data);
483 typedef jint (JNICALL *jvmtiHeapReferenceCallback)
484 (jvmtiHeapReferenceKind reference_kind, const jvmtiHeapReferenceInfo* reference_info, jlong class_tag, jlong referrer_class_tag, jlong size, jlong* tag_ptr, jlong* referrer_tag_ptr, jint length, void* user_data);
486 typedef jint (JNICALL *jvmtiPrimitiveFieldCallback)
489 typedef jint (JNICALL *jvmtiArrayPrimitiveValueCallback)
490 (jlong class_tag, jlong size, jlong* tag_ptr, jint element_count, jvmtiPrimitiveType element_type, const void* elements, void* user_data);
492 typedef jint (JNICAL
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCImage.m36 (jint *srcPixels, jint *dstPixels, int width, int height)
42 jint pix = srcPixels[x];
43 jint a = (pix >> 24) & 0xff;
44 jint r = (pix >> 16) & 0xff;
45 jint g = (pix >> 8) & 0xff;
46 jint b = (pix ) & 0xff;
55 (NSImage *srcImage, jint *dstPixels, int width, int height)
79 (JNIEnv *env, jclass klass, jintArray buffer, jint width, jint heigh
[all...]
H A DPrinterView.h35 jint fFirstPage, fLastPage;
40 - (void)setFirstPage:(jint)firstPage lastPage:(jint)lastPage;
/openjdk7/hotspot/src/os/solaris/vm/
H A Djvm_solaris.cpp41 JVM_ENTRY_NO_ENV(void*, JVM_RegisterSignal(jint sig, void* handler))
90 JVM_ENTRY_NO_ENV(jboolean, JVM_RaiseSignal(jint sig))
133 JVM_ENTRY_NO_ENV(jint, JVM_FindSignal(const char *name))
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp43 jint StackValueCollection::int_at(int slot) const {
45 jint ival = *((jint*) (&val));
55 jint array[2];
81 jint array[2];
91 void StackValueCollection::set_int_at(int slot, jint value) {
93 *((jint*) (&val)) = value;
103 jint array[2];
121 jint array[2];
124 val.array[0] = *(jint*)(
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp90 jint _magic;
91 jint _version; // version value passed to JNI GetEnv()
107 JvmtiEnvBase(jint version);
120 jvmtiError set_native_method_prefixes(jint prefix_count, char** prefixes);
125 void set_event_callbacks(const jvmtiEventCallbacks* callbacks, jint size_of_callbacks);
270 jint count_locked_objects(JavaThread *java_thread, Handle hobj);
275 jint depth);
276 vframe* vframeFor(JavaThread* java_thread, jint depth);
288 jvmtiError get_frame_count(JvmtiThreadState *state, jint *count_ptr);
289 jvmtiError get_frame_location(JavaThread* java_thread, jint dept
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Robot.c55 static jint * masks;
56 static jint num_buttons;
169 Java_sun_awt_X11_XRobotPeer_setup (JNIEnv * env, jclass cls, jint numberOfButtons, jintArray buttonDownMasks)
172 jint *tmp;
179 masks = (jint *)SAFE_SIZE_ARRAY_ALLOC(malloc, sizeof(jint), num_buttons);
180 if (masks == (jint *) NULL) {
205 jint x,
206 jint y,
207 jint widt
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DSocketInputStream.c60 JNIEXPORT jint JNICALL
63 jint off, jint len, jint timeout)
67 jint fd, newfd;
68 jint nread;
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DServerSocketChannelImpl.c69 jobject fdo, jint backlog)
76 JNIEXPORT jint JNICALL
81 jint ssfd = (*env)->GetIntField(env, ssfdo, fd_fdID);
82 jint newfd;
90 newfd = (jint)accept(ssfd, (struct sockaddr *)&sa, &addrlen);
92 int theErr = (jint)WSAGetLastError();
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DMidiInDeviceProvider.c42 JNIEXPORT jint JNICALL
54 return (jint) numDevices;
59 Java_com_sun_media_sound_MidiInDeviceProvider_nGetName(JNIEnv* e, jobject thisObj, jint index) {
81 Java_com_sun_media_sound_MidiInDeviceProvider_nGetVendor(JNIEnv* e, jobject thisObj, jint index) {
103 Java_com_sun_media_sound_MidiInDeviceProvider_nGetDescription(JNIEnv* e, jobject thisObj, jint index) {
125 Java_com_sun_media_sound_MidiInDeviceProvider_nGetVersion(JNIEnv* e, jobject thisObj, jint index) {
H A DMidiOutDeviceProvider.c42 JNIEXPORT jint JNICALL
54 return (jint) numDevices;
59 Java_com_sun_media_sound_MidiOutDeviceProvider_nGetName(JNIEnv* e, jobject thisObj, jint index) {
81 Java_com_sun_media_sound_MidiOutDeviceProvider_nGetVendor(JNIEnv* e, jobject thisObj, jint index) {
103 Java_com_sun_media_sound_MidiOutDeviceProvider_nGetDescription(JNIEnv* e, jobject thisObj, jint index) {
125 Java_com_sun_media_sound_MidiOutDeviceProvider_nGetVersion(JNIEnv* e, jobject thisObj, jint index) {
/openjdk7/jdk/src/share/native/sun/java2d/
H A DShaderList.c42 jint compType, jint compMode, jint flags)
97 jint compType, jint compMode, jint flags)
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DNativeBuffer.h36 #define GET_INT_AT(buffer, offset) GET_VALUE(jint, buffer, offset)
39 #define PUT_INT_AT(buffer, offset, value) PUT_VALUE(jint, buffer, offset, value)

Completed in 69 milliseconds

1234567891011>>