Searched defs:numPages (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/nio/
H A DMappedByteBuffer.c37 jlong len, jint numPages)
44 unsigned char *vec = (unsigned char *)malloc(numPages * sizeof(char));
46 char *vec = (char *)malloc(numPages * sizeof(char));
61 for (i=0; i<numPages; i++) {
36 Java_java_nio_MappedByteBuffer_isLoaded0(JNIEnv *env, jobject obj, jlong address, jlong len, jint numPages) argument
/openjdk7/jdk/src/windows/native/java/nio/
H A DMappedByteBuffer.c35 jlong len, jint numPages)
34 Java_java_nio_MappedByteBuffer_isLoaded0(JNIEnv *env, jobject obj, jlong address, jlong len, jint numPages) argument
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DBook.java141 * Appends <code>numPages</code> pages to the end of this
147 * @param numPages the number of pages to be added to the
153 public void append(Printable painter, PageFormat page, int numPages) { argument
156 int newSize = pageIndex + numPages;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPageCache.java38 alignment of pages. numPages specifies how many pages should be
127 numPages = 0;
157 private long numPages; field in class:PageCache
188 if (numPages == maxNumPages) {
191 // "; " + countPages() + " pages left (expect " + numPages + ")");
195 ++numPages;

Completed in 59 milliseconds