Searched refs:jint (Results 226 - 250 of 1007) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DFFIType.m39 JNIEXPORT jint JNICALL Java_com_apple_jobjc_FFIType_getFFITypeSizeof
42 return (jint) sizeof(ffi_type);
/openjdk7/jdk/src/share/back/
H A DdebugInit.h42 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *, char *, void *);
H A DoutStream.h45 jint left;
55 void outStream_initCommand(PacketOutputStream *stream, jint id,
57 void outStream_initReply(PacketOutputStream *stream, jint id);
59 jint outStream_id(PacketOutputStream *stream);
66 jdwpError outStream_writeInt(PacketOutputStream *stream, jint val);
76 jdwpError outStream_writeByteArray(PacketOutputStream*stream, jint length, jbyte *bytes);
80 jdwpError outStream_skipBytes(PacketOutputStream *stream, jint count);
H A DclassTrack.c66 static jint
69 jint hashCode = objectHashCode(klass);
79 jint slot = hashKlass(klass);
121 jint slot;
176 jint classCount;
213 jint slot = hashKlass(klass);
256 jint classCount;
259 jint i;
268 jint status;
269 jint wante
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.hpp109 void iterate_through_heap(jint heap_filter,
114 void follow_references(jint heap_filter,
121 jvmtiError get_objects_with_tags(const jlong* tags, jint count,
122 jint* count_ptr, jobject** object_result_ptr,
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DPollArrayWrapper.c71 JNIEXPORT jint JNICALL
73 jlong address, jint numfds,
90 return (jint)err;
94 Java_sun_nio_ch_PollArrayWrapper_interrupt(JNIEnv *env, jobject this, jint fd)
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixCopyFile.c54 (JNIEnv* env, jclass this, jint dst, jint src, jlong cancelAddress)
57 volatile jint* cancel = (jint*)jlong_to_ptr(cancelAddress);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.h64 void class_set_inst_size(ClassIndex index, jint inst_size);
65 jint class_get_inst_size(ClassIndex index);
74 jint class_get_all_fields(JNIEnv *env, ClassIndex cnum,
75 jint *pfield_count, FieldInfo **pfield);
H A Dhprof_tag.h49 jint size, SiteIndex site_index);
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemory.h41 void throwShmemException(JNIEnv *env, char *message, jint errorCode);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h164 jint crc; /* crc of uncompressed data */
168 jint flag; /* general purpose flag */
204 jint refs; /* number of active references */
218 jint clen; /* length of the zip file comment */
221 jint total; /* total number of entries */
222 jint *table; /* Hash chain heads: indexes into entries */
223 jint tablelen; /* number of hash heads */
228 jint metacurrent; /* the next empty slot in metanames array */
229 jint metacount; /* number of slots in metanames array */
237 #define ZIP_ENDCHAIN ((jint)
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A Dglyphblitting.h42 extern jint RefineBounds(GlyphBlitVector *gbv, SurfaceDataBounds *bounds);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DParallelogramUtils.h49 bmin = (jint) floor(vmin); \
50 bmax = (jint) ceil(vmax); \
52 bmin = (jint) floor(vmin + 0.5); \
53 bmax = (jint) floor(vmax + 0.5); \
H A DUshortIndexed.c115 extern jint PixelForByteIndexed(SurfaceDataRasInfo *pRasInfo, jint rgb);
116 extern jboolean checkSameLut(jint *SrcReadLut, jint *DstReadLut,
126 jint PixelForUshortIndexed(SurfaceDataRasInfo *pRasInfo, jint rgb)
154 jint srcScan = pSrcInfo->scanStride;
155 jint dstScan = pDstInfo->scanStride;
156 jint bytesToCopy = width * pDstInfo->pixelStride;
190 jint sxlo
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskBlit.c42 jint dstx, jint dsty,
43 jint width, jint height,
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h74 jint width;
75 jint height;
85 jint interpolation;
108 jint* javaGraphicsStates;
133 SDRenderType DoShapeUsingCG(CGContextRef cgRef, jint *types, jfloat *coords, jint numtypes, BOOL fill, CGFloat offsetX, CGFloat offsetY);
137 NSColor* ByteParametersToNSColor(JNIEnv* env, jint *javaGraphicsStates, NSColor* defColor);
H A DCRobot.m67 static inline CGKeyCode GetCGKeyCode(jint javaKeyCode);
97 jint* tmp;
139 jint displayID, jint mouseLastX, jint mouseLastY, jint buttonsState,
183 mouseLastX = (jint)globalPos.x;
184 mouseLastY = (jint)globalPos.y;
275 (JNIEnv *env, jobject peer, jint wheelAmt)
294 (JNIEnv *env, jobject peer, jint javaKeyCod
[all...]
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.h49 jint readSingle(JNIEnv *env, jobject this, jfieldID fid);
50 jint readBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
51 jint len, jfieldID fid);
52 void writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid);
53 void writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
54 jint len, jboolean append, jfieldID fid);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h94 jint maskArray[MAX_NUMBANDS];
95 jint offsets[MAX_NUMBANDS];
96 jint nBits[MAX_NUMBANDS];
97 jint maxBitSize;
98 jint isUsed; // flag to indicate whether the raster sample model is SPPSM
108 jint *chanOffsets; /* Array of channel offsets (or bit offsets) */
136 jint *nBits; /* Number of bits per component */
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c53 jint error = (expr); \
127 jint state;
159 typedef jint (*CreateFunc)(char *name, void *arg);
195 setLastError(jint error) {
207 jint
216 static jint
219 jint error;
220 jint i = 0;
241 jint size;
246 static jint
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp96 jint _flags;
153 jint get_flags () const { return (_flags & JVM_ACC_WRITTEN_FLAGS); }
156 void add_promoted_flags(jint flags) { _flags |= (flags & JVM_ACC_PROMOTED_FLAGS); }
157 void set_field_flags(jint flags) {
161 void set_flags(jint flags) { _flags = (flags & JVM_ACC_WRITTEN_FLAGS); }
167 void atomic_set_bits(jint bits);
168 void atomic_clear_bits(jint bits);
227 jint as_int() const { return _flags; }
229 inline friend AccessFlags accessFlags_from(jint flags);
235 inline AccessFlags accessFlags_from(jint flag
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_DrawLine.c44 if ((((jint)pPix | scan) & 3) == 0) { \
62 jint x1, \
63 jint y1, \
64 jint pixel, \
65 jint steps, \
66 jint error, \
67 jint bumpmajormask, \
68 jint errmajor, \
69 jint bumpminormask, \
70 jint errmino
[all...]

Completed in 70 milliseconds

1234567891011>>