Searched refs:jint (Results 276 - 300 of 1007) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIndex8Gray.c118 extern jboolean checkSameLut(jint *SrcReadLut, jint *DstReadLut,
128 jint PixelForIndex8Gray(SurfaceDataRasInfo *pRasInfo, jint rgb)
130 jint r, g, b, gray;
156 jint srcScan = pSrcInfo->scanStride;
157 jint dstScan = pDstInfo->scanStride;
184 jint sxloc, jint syloc,
185 jint sxin
[all...]
/openjdk7/langtools/test/tools/javah/6572945/gold/jni.dir.1/
H A DTestClass1.h43 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/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c135 JNIEXPORT jint JNICALL Java_sun_tools_attach_LinuxVirtualMachine_socket
142 return (jint)fd;
151 (JNIEnv *env, jclass cls, jint fd, jstring path)
255 JNIEXPORT jint JNICALL Java_sun_tools_attach_LinuxVirtualMachine_getLinuxThreadsManager
256 (JNIEnv *env, jclass cls, jint pid)
276 return (jint)parent;
286 return (jint)context.mpid;
318 (JNIEnv *env, jclass cls, jint pid)
335 (JNIEnv *env, jclass cls, jint pid)
396 (JNIEnv *env, jclass cls, jint f
[all...]
H A DBsdVirtualMachine.c57 JNIEXPORT jint JNICALL Java_sun_tools_attach_BsdVirtualMachine_socket
64 return (jint)fd;
73 (JNIEnv *env, jclass cls, jint fd, jstring path)
117 (JNIEnv *env, jclass cls, jint pid)
178 (JNIEnv *env, jclass cls, jint fd)
189 JNIEXPORT jint JNICALL Java_sun_tools_attach_BsdVirtualMachine_read
190 (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen)
208 (*env)->SetByteArrayRegion(env, ba, off, (jint)
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp207 jint _layout_helper;
253 jint _modifier_flags; // Processed access flags, for use by Class.getModifiers.
266 jint _biased_lock_revocation_count;
341 jint modifier_flags() const { return _modifier_flags; }
342 void set_modifier_flags(jint flags) { _modifier_flags = flags; }
405 static int layout_helper_size_in_bytes(jint lh) {
406 assert(lh > (jint)_lh_neutral_value, "must be instance");
409 static bool layout_helper_needs_slow_path(jint lh) {
410 assert(lh > (jint)_lh_neutral_value, "must be instance");
413 static bool layout_helper_is_instance(jint l
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DNet.c103 JNIEXPORT jint JNICALL
127 JNIEXPORT jint JNICALL
154 return (jint)s;
159 jboolean isExclBind, jobject iao, jint port)
175 Java_sun_nio_ch_Net_listen(JNIEnv *env, jclass cl, jobject fdo, jint backlog)
183 JNIEXPORT jint JNICALL
185 jobject iao, jint port)
215 JNIEXPORT jint JNICALL
246 JNIEXPORT jint JNICALL
277 JNIEXPORT jint JNICAL
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c44 void OGLSD_SetNativeDimensions(JNIEnv *env, OGLSDOps *oglsdo, jint w, jint h);
84 jint
85 OGLSD_NextPowerOfTwo(jint val, jint max)
87 jint i;
102 OGLSD_IsPowerOfTwo(jint width, jint height)
137 jint width, jint heigh
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCGraphicsDevice.m94 static jobject createJavaDisplayMode(CGDisplayModeRef mode, JNIEnv *env, jint displayID) {
96 jint h, w, bpp, refrate;
119 (JNIEnv *env, jclass class, jint displayID)
138 (JNIEnv *env, jclass class, jint displayID)
157 (JNIEnv *env, jclass class, jint displayID)
177 jint bottom = visibleFrame.origin.y - frame.origin.y;
178 jint top = frame.size.height - visibleFrame.size.height - bottom;
179 jint left = visibleFrame.origin.x - frame.origin.x;
180 jint right = frame.size.width - visibleFrame.size.width - left;
198 (JNIEnv *env, jclass class, jint displayI
[all...]
H A DCFileDialog.h47 jint fMode;
68 mode:(jint)inMode
H A DCGraphicsConfig.m38 (JNIEnv *env, jclass class, jint displayID)
H A DQuartzRenderer.m323 QUARTZ_RENDERER_INLINE SDRenderType doArcUsingCG(CGContextRef cgRef, CGFloat x, CGFloat y, CGFloat w, CGFloat h, CGFloat angleStart, CGFloat angleExtent, jint arcType, BOOL fill, CGFloat offsetX, CGFloat offsetY)
338 jint arcSegs;
339 jint lineSegs;
340 jint index = 1;
355 arcSegs = (jint)ceil(ext/90.0f);
426 QUARTZ_RENDERER_INLINE SDRenderType doArc(QuartzSDOps *qsdo, CGFloat x, CGFloat y, CGFloat w, CGFloat h, CGFloat angleStart, CGFloat angleExtent, jint arcType, BOOL fill)
437 QUARTZ_RENDERER_INLINE SDRenderType doPolyUsingCG(JNIEnv *env, CGContextRef cgRef, jintArray xpointsarray, jintArray ypointsarray, jint npoints, BOOL polygon, BOOL fill, CGFloat offsetX, CGFloat offsetY)
452 jint i;
454 jint* xpoints = (jint*)(*en
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c79 jint index; /* If array or field, array or field index */
80 jint length; /* If array the element count, if not -1 */
121 static jint
124 jint size;
128 size = (jint)sizeof(jboolean);
131 size = (jint)sizeof(jbyte);
134 size = (jint)sizeof(jchar);
137 size = (jint)sizeof(jshort);
140 size = (jint)sizeof(jint);
[all...]
H A Dhprof.h76 #define jlong_high(a) ((jint)((a)>>32))
77 #define jlong_low(a) ((jint)(a))
78 #define jlong_to_jint(a) ((jint)(a))
136 typedef jint ClassStatus;
213 jint cachedJvmtiVersion; /* JVMTI version number */
255 jint experiment; /* X=NUMBER */
285 jint class_count;
290 jint active_callbacks;
295 jint total_live_bytes;
296 jint total_live_instance
[all...]
/openjdk7/jdk/src/share/native/java/nio/
H A DBits.c65 #define SWAPINT(x) ((jint)((SWAPSHORT((jshort)(x)) << 16) | \
67 #define SWAPLONG(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \
68 ((jlong)SWAPINT((jint)((x) >> 32)) & 0xffffffff)))
146 jint *srcInt, *dstInt, *endInt;
147 jint tmpInt;
149 dstInt = (jint *)jlong_to_ptr(dstAddr);
160 srcInt = (jint *)(bytes + srcPos);
161 endInt = srcInt + (size / sizeof(jint));
181 jint *srcInt, *dstInt, *endInt;
182 jint tmpIn
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciFlags.hpp42 jint _flags;
64 jint as_int() { return _flags; }
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCoreTextSupport.h45 void CTS_GetGlyphsAsIntsForCharacters(const AWTFont *font, const UniChar unicodes[], CGGlyph glyphs[], jint glyphsAsInts[], const size_t count);
49 CTFontRef CTS_CopyCTFallbackFontAndGlyphForJavaGlyphCode(const AWTFont *font, const jint glyphCode, CGGlyph *glyphRef);
/openjdk7/hotspot/src/share/vm/runtime/
H A DorderAccess.hpp256 static jint load_acquire(volatile jint* p);
271 static void release_store(volatile jint* p, jint v);
285 static void store_fence(jint* p, jint v);
299 static void release_store_fence(volatile jint* p, jint v);
H A DstackValueCollection.hpp46 jint int_at(int slot) const;
53 void set_int_at(int slot, jint value);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp51 static char* next_character(const char* str, jint* value);
57 static jint get_supplementary_character(const unsigned char* str);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.h55 void TryInitMITShm(JNIEnv *env, jint *shmExt, jint *shmPixmaps);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.h90 jint totalGlyphs, jboolean usePositions,
92 jint lcdContrast,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.h64 void SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount,
65 jboolean popupTrigger, jint button = 0, MSG *pMsg = NULL);
66 void SendActionEvent(jint id, jlong when, jint modifiers, MSG *pMsg = NULL);
/openjdk7/jdk/src/share/native/java/io/
H A DObjectOutputStream.c48 jint srcpos,
50 jint dstpos,
51 jint nfloats)
60 jint ival;
95 ival = (jint) u.i;
120 jint srcpos,
122 jint dstpos,
123 jint ndoubles)
H A DRandomAccessFile.c51 jobject this, jstring path, jint mode)
66 JNIEXPORT jint JNICALL
71 JNIEXPORT jint JNICALL
73 jobject this, jbyteArray bytes, jint off, jint len) {
78 Java_java_io_RandomAccessFile_write0(JNIEnv *env, jobject this, jint byte) {
84 jobject this, jbyteArray bytes, jint off, jint len) {
/openjdk7/jdk/src/share/native/sun/management/
H A Dmanagement.c35 jint jmm_version = 0;
37 JNIEXPORT jint JNICALL

Completed in 62 milliseconds

<<11121314151617181920>>