Searched refs:nelements (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java318 int nelements);
321 int nelements) {
328 int length = (format / 8) * nelements;
331 nelements,
338 XChangePropertyImpl(display, window, atom, type, format, mode, data, nelements);
316 XChangePropertyImpl(long display, long window, long atom, long type, int format, int mode, long data, int nelements) argument
319 XChangeProperty(long display, long window, long atom, long type, int format, int mode, long data, int nelements) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DOGLFuncs_md.h55 typedef GLXFBConfig * (GLAPIENTRY *glXGetFBConfigsType)(Display *dpy, int screen, int *nelements);
56 typedef GLXFBConfig * (GLAPIENTRY *glXChooseFBConfigType)(Display *dpy, int screen, const int *attrib_list, int *nelements);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h368 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
369 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
487 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
H A Dglx.h297 int *nelements );
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c162 jint *nelements, jint *nbytes)
167 HPROF_ASSERT(nelements!=NULL);
174 *nelements = byteLen / get_prim_size(primType);
161 get_key_elements(RefIndex index, jvmtiPrimitiveType primType, jint *nelements, jint *nbytes) argument
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c795 jlong type, jint format, jint mode, jlong data, jint nelements)
800 nelements);
793 Java_sun_awt_X11_XlibWrapper_XChangePropertyImpl( JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong type, jint format, jint mode, jlong data, jint nelements) argument

Completed in 49 milliseconds