Searched refs:jlong_to_jint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.c104 return jlong_to_jint(ret);
/openjdk7/jdk/src/solaris/native/common/
H A Djlong_md.h76 #define jlong_to_jint(a) ((jint)(a)) macro
/openjdk7/jdk/src/windows/native/common/
H A Djlong_md.h77 #define jlong_to_jint(a) ((jint)(a)) macro
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h78 #define jlong_to_jint(a) ((jint)(a)) macro
/openjdk7/jdk/src/share/back/
H A Dutil.h295 #define jlong_to_jint(a) ((jint)(a)) macro

Completed in 41 milliseconds