Searched refs:jint (Results 76 - 100 of 1007) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/management/loading/LibraryLoader/jar_src/
H A DRandomGen.h9 JNIEXPORT jint JNICALL Java_RandomGen_getRandom
/openjdk7/jdk/src/share/native/sun/management/
H A Dmanagement.h35 extern jint jmm_version;
/openjdk7/jdk/src/share/sample/vm/jvm-clr/
H A Dinvoker.h55 JNIEXPORT jint JNICALL Java_invoker_invokeCLR
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp106 inline jlong BytecodeInterpreter::VMlongUshr(jlong op1, jint op2) {
110 inline jlong BytecodeInterpreter::VMlongShr(jlong op1, jint op2) {
114 inline jlong BytecodeInterpreter::VMlongShl(jlong op1, jint op2) {
176 inline jint BytecodeInterpreter::VMlong2Int(jlong val) {
177 return (jint) val;
230 inline jint BytecodeInterpreter::VMintAdd(jint op1, jint op2) {
234 inline jint BytecodeInterpreter::VMintAnd(jint op
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.inline.hpp86 inline jlong BytecodeInterpreter::VMlongUshr(jlong op1, jint op2) {
91 inline jlong BytecodeInterpreter::VMlongShr(jlong op1, jint op2) {
95 inline jlong BytecodeInterpreter::VMlongShl(jlong op1, jint op2) {
157 inline jint BytecodeInterpreter::VMlong2Int(jlong val) {
158 return (jint) val;
209 inline jint BytecodeInterpreter::VMintAdd(jint op1, jint op2) {
213 inline jint BytecodeInterpreter::VMintAnd(jint op
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp86 inline jlong BytecodeInterpreter::VMlongUshr(jlong op1, jint op2) {
91 inline jlong BytecodeInterpreter::VMlongShr(jlong op1, jint op2) {
95 inline jlong BytecodeInterpreter::VMlongShl(jlong op1, jint op2) {
157 inline jint BytecodeInterpreter::VMlong2Int(jlong val) {
158 return (jint) val;
209 inline jint BytecodeInterpreter::VMintAdd(jint op1, jint op2) {
213 inline jint BytecodeInterpreter::VMintAnd(jint op
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.hpp37 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; }
43 inline void Atomic::store (jint store_value, volatile jint* dest) { *dest = store_value; }
47 inline void Atomic::inc (volatile jint* dest) { (void)add (1, dest); }
51 inline void Atomic::dec (volatile jint* dest) { (void)add (-1, dest); }
99 inline jint Atomic::add (jint add_value, volatile jint* dest) {
153 inline jint Atomi
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DDnDUtilities.m54 + (jint)mapNSDragOperationToJava:(NSDragOperation)dragOperation
56 jint result = java_awt_dnd_DnDConstants_ACTION_NONE;
82 + (jint)mapNSDragOperationMaskToJava:(NSDragOperation)dragOperation
84 jint result = java_awt_dnd_DnDConstants_ACTION_NONE;
102 + (jint)narrowJavaDropActions:(jint)actions
131 + (NSDragOperation)mapJavaDragOperationToNS:(jint)dragOperation
164 + (NSUInteger)mapJavaExtModifiersToNSMouseDownButtons:(jint)modifiers
180 + (NSUInteger)mapJavaExtModifiersToNSMouseUpButtons:(jint)modifiers
200 + (jint)extractJavaExtKeyModifiersFromJavaExtModifier
[all...]
H A DImageSurfaceData.h73 jint* javaImageInfo;
77 jint offset;
78 jint width;
79 jint height;
80 jint javaPixelBytes;
81 jint javaPixelsBytesPerRow;
83 jint type;
112 jint nrOfPixelsOwners;
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c51 JNIEXPORT jint JNICALL
54 jlong buf, jint bpos,
55 jobject srcData, jlong pSrcOps, jint srcType,
56 jbyteArray maskArray, jint masklen, jint maskoff, jint maskscan,
57 jint srcx, jint srcy, jint dstx, jint dst
[all...]
H A DSpanClipRenderer.c67 fill(jbyte *alpha, jint offset, jint tsize,
68 jint x, jint y, jint w, jint h, jbyte value)
81 nextYRange(jint *box, jint *bands, jint endIndex,
82 jint *pCurInde
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h57 jint srcflags;
58 jint dstflags;
82 jint rule; /* See RULE_* constants above */
85 jint xorPixel; /* from XORComposite */
119 typedef jint (PixelForFunc)(SurfaceDataRasInfo *pRasInfo, jint rgb);
131 jint readflags;
132 jint writeflags;
157 jint dstflags;
206 juint width, juint height, jint bgpixe
[all...]
H A DLineUtils.h29 #define SIGNED(d, v) (((d) < 0) ? (-((jint) (v))) : ((jint) (v)))
30 #define SWAP(a, b, t) do { jint t = a; a = b; b = t; } while (0)
48 extern jboolean LineUtils_SetupBresenham(jint x1, jint y1, jint x2, jint y2,
49 jint shorten,
51 jint *pStartX, jint *pStart
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSolarisEventPort.c39 JNIEXPORT jint JNICALL
47 return (jint)port;
52 (JNIEnv* env, jclass clazz, jint port)
60 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress, jint events)
74 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress)
89 jint port, jint event
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.h58 * jint alignment;
74 jint alignment;
88 * jint drawableType;
109 * jint x/yOffset
120 * jint width/height;
133 * jint textureWidth/Height;
165 jint drawableType;
169 jint xOffset;
170 jint yOffset;
171 jint widt
[all...]
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DAquaLookAndFeel.m33 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) {
H A DJRSUIConstantSync.h29 jint _SyncEncodedProperties(JRSUIControlRef control, jlong oldProperties, jlong newProperties);
/openjdk7/jdk/src/share/back/
H A Dtransport.h35 jint transport_receivePacket(jdwpPacket *);
36 jint transport_sendPacket(jdwpPacket *);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.hpp32 static jvmtiError getLoadedClasses(JvmtiEnv *env, jint* classCountPtr, jclass** classesPtr);
34 jint* classCountPtr, jclass** classesPtr);
H A Djvm.h90 JNIEXPORT jint JNICALL
99 JNIEXPORT jint JNICALL
130 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
131 jobject dst, jint dst_pos, jint length);
146 JVM_Exit(jint code);
149 JVM_Halt(jint code);
186 JNIEXPORT jint JNICALL
199 JVM_IsSupportedJNIVersion(jint version);
216 JNIEXPORT jint JNICAL
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.h69 virtual void DoDropDone(jboolean success, jint action);
101 virtual void DropDone(jboolean success, jint action);
133 jint action;
154 jint m_dropActions;
170 static jint call_dTCenter(JNIEnv* env, jobject self, jobject component,
171 jint x, jint y, jint dropAction, jint actions,
175 static jint call_dTCmotio
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_version.c29 JNIEXPORT jint JNICALL
32 jint vm_version = JVM_GetInterfaceVersion();
/openjdk7/jdk/src/share/native/sun/misc/
H A DNativeSignalHandler.c33 typedef void (*sig_handler_t)(jint, void *, void *);
36 Java_sun_misc_NativeSignalHandler_handle0(JNIEnv *env, jclass cls, jint sig, jlong f)
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBufImgOps.h43 jint kernelWidth, jint KernelHeight,
74 jint numBands, jint bandLength, jint offset,
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.c38 jint
40 jint nread;
47 nread = (jint)IO_Read(fd, &ret, 1);
67 outOfBounds(JNIEnv *env, jint off, jint len, jbyteArray array) {
75 jint
77 jint off, jint len, jfieldID fid)
79 jint nread;
111 nread = (jint)IO_Rea
[all...]

Completed in 75 milliseconds

1234567891011>>