Searched defs:pageSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/
H A Dprosdep.c62 PRInt32 pageSize; local
96 pageSize = _pr_pageSize;
97 PR_CEILING_LOG2(_pr_pageShift, pageSize);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp113 static PRInt32 pageSize = 1024; variable
226 bytes = file.Seek(pageSize * index, RCFileIO::set);
227 if (bytes != pageSize * index) goto close;
248 bytes = file.Seek(pageSize * index, RCFileIO::set);
249 if (bytes != pageSize * index) goto close;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.c96 static PRInt32 pageSize = 1024; variable
193 bytes = PR_Seek(file, pageSize * index, PR_SEEK_SET);
194 if (bytes != pageSize * index) goto close;
214 bytes = PR_Seek(file, pageSize * index, PR_SEEK_SET);
215 if (bytes != pageSize * index) goto close;

Completed in 85 milliseconds