Searched refs:jint (Results 26 - 50 of 1007) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/runtime/
H A Dinit.hpp38 jint init_globals(); // call constructors at startup (main Java thread)
H A Datomic.hpp41 static void store (jint store_value, jint* dest);
49 static void store (jint store_value, volatile jint* dest);
59 static jint add (jint add_value, volatile jint* dest);
66 static void inc (volatile jint* dest);
71 static void dec (volatile jint* dest);
76 static jint xch
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.cpp29 volatile jint SequenceGenerator::_seq_number = 1;
31 NOT_PRODUCT(jint SequenceGenerator::_max_seq_number = 1;)
33 jint SequenceGenerator::next() {
34 jint seq = Atomic::add(1, &_seq_number);
/openjdk7/jdk/src/share/native/java/util/zip/
H A DCRC32.c36 JNIEXPORT jint JNICALL
37 Java_java_util_zip_CRC32_update(JNIEnv *env, jclass cls, jint crc, jint b)
45 JNIEXPORT jint JNICALL
46 Java_java_util_zip_CRC32_updateBytes(JNIEnv *env, jclass cls, jint crc,
47 jarray b, jint off, jint len)
57 JNIEXPORT jint ZIP_CRC32(jint crc, const jbyte *buf, jint le
[all...]
H A DAdler32.c36 JNIEXPORT jint JNICALL
37 Java_java_util_zip_Adler32_update(JNIEnv *env, jclass cls, jint adler, jint b)
45 JNIEXPORT jint JNICALL
46 Java_java_util_zip_Adler32_updateBytes(JNIEnv *env, jclass cls, jint adler,
47 jarray b, jint off, jint len)
57 JNIEXPORT jint JNICALL
58 Java_java_util_zip_Adler32_updateByteBuffer(JNIEnv *env, jclass cls, jint adler,
59 jlong address, jint of
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A Dnio_util.h45 jint fdval(JNIEnv *env, jobject fdo);
47 jint convertReturnVal(JNIEnv *env, jint n, jboolean reading);
53 jint handleSocketError(JNIEnv *env, jint errorValue);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; }
48 static inline void put_int2 (jint *from, jint *to, int& pos) { put_int2 (from, (jint *)((intptr_t *)to + pos)); pos += 2; }
49 static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]; }
50 static inline void put_int2r(jint *from, jint *to, int& pos) { put_int2r(from, (jint *)((intptr_
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; }
48 static inline void put_int2 (jint *from, jint *to, int& pos) { put_int2 (from, (jint *)((intptr_t *)to + pos)); pos += 2; }
49 static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]; }
50 static inline void put_int2r(jint *from, jint *to, int& pos) { put_int2r(from, (jint *)((intptr_
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKStyle.c35 JNIEXPORT jint JNICALL
37 JNIEnv *env, jclass klass, jint widget_type)
39 jint ret;
51 JNIEXPORT jint JNICALL
53 JNIEnv *env, jclass klass, jint widget_type)
55 jint ret;
67 JNIEXPORT jint JNICALL
69 JNIEnv *env, jclass klass, jint widget_type,
70 jint state_type, jint type_i
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.h44 jint width;
45 jint height;
46 jint cellWidth;
47 jint cellHeight;
60 jint timesRendered;
61 jint x;
62 jint y;
65 jint leftOff;
66 jint rightOff;
74 AccelGlyphCache_Init(jint widt
[all...]
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.hpp28 JNIEXPORT jint JNICALL
/openjdk7/hotspot/src/share/vm/prims/
H A DjniExport.hpp33 static bool GetExportedInterface(JavaVM* vm, void** penv, jint version, jint* iface) {
/openjdk7/jdk/src/macosx/javavm/export/
H A Djni_md.h33 typedef int jint; typedef
/openjdk7/jdk/src/solaris/javavm/export/
H A Djni_md.h33 typedef int jint; typedef
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h46 * jint screen, visual;
59 jint screen;
60 jint visual;
90 VisualID GLXGC_FindBestVisual(JNIEnv *env, jint screen);
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Djdga.h85 jint lox;
86 jint loy;
87 jint hix;
88 jint hiy;
97 jint surfaceScan; /* Number of pixels from one row to the next */
98 jint surfaceWidth; /* Total accessible pixels across */
99 jint surfaceHeight; /* Total accessible pixels down */
100 jint surfaceDepth; /* Mapped depth */
184 jint lox, jint lo
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.h38 * jint screen, pixfmt;
45 jint screen;
46 jint pixfmt;
74 HWND WGLGC_CreateScratchWindow(jint screennum);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.h50 jlocation *plocation, jint *plineno);
51 void frame_set_status(FrameIndex frame_num, jint status);
52 jint frame_get_status(FrameIndex frame_num);
/openjdk7/hotspot/src/share/vm/code/
H A Djvmticmlr.h76 jint majorinfoversion; /* major and minor info version values. Init'ed */
77 jint minorinfoversion; /* to current version value in jvmtiExport.cpp. */
89 jint numstackframes; /* number of methods on the stack */
91 jint* bcis; /* array of numstackframes bytecode indices */
100 jint numpcs; /* number of pc descriptors in this nmethod */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmticmlr.h76 jint majorinfoversion; /* major and minor info version values. Init'ed */
77 jint minorinfoversion; /* to current version value in jvmtiExport.cpp. */
89 jint numstackframes; /* number of methods on the stack */
91 jint* bcis; /* array of numstackframes bytecode indices */
100 jint numpcs; /* number of pc descriptors in this nmethod */
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.h33 jint kernelWidth, jint KernelHeight,
43 jint numBands, jint bandLength, jint offset,
H A DOGLVertexCache.h75 jint srcx, jint srcy,
76 jint dstx, jint dsty,
77 jint width, jint height,
78 jint maskscan, void *mask);
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.h70 jint endIndex;
72 jint index;
73 jint numrects;
74 jint *pBands;
86 JNIEXPORT jint JNICALL
171 JNIEXPORT jint JNICALL
186 JNIEXPORT jint JNICALL
210 jint x1, jint y1, jint x
[all...]
/openjdk7/jdk/src/share/back/
H A DstepControl.h34 jint granularity;
35 jint depth;
41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */
42 jint fromLine; /* for granularity == STEP_LINE */
45 jint lineEntryCount; /* for granularity == STEP_LINE */
61 jint size, jint depth, HandlerNode *node);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.inline.hpp50 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; }
57 inline void Atomic::store (jint store_value, volatile jint* dest) { *dest = store_value; }
76 inline jint Atomic::add (jint add_value, volatile jint* dest) {
77 return (jint)(*os::atomic_add_func)(add_value, dest);
88 inline void Atomic::inc (volatile jint* dest) {
100 inline void Atomic::dec (volatile jint* des
[all...]

Completed in 1086 milliseconds

1234567891011>>