Home
last modified time | relevance | path

Searched refs:pagesize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx78 sal_Size pagesize; in allocExec() local
81 pagesize = getpagesize(); in allocExec()
83 pagesize = sysconf(_SC_PAGESIZE); in allocExec()
88 pagesize = info.dwPageSize; in allocExec()
92 pagesize = (sal_Size)ulPageSize; in allocExec()
96 sal_Size n = (*size + (pagesize - 1)) & ~(pagesize - 1); in allocExec()
247 sal_Size pagesize = sysconf(_SC_PAGESIZE); in createBlock() local
248 block.size = (size + (pagesize - 1)) & ~(pagesize - 1); in createBlock()
/trunk/main/store/workben/
H A Dt_page.cxx763 sal_uInt16 pagesize = nPageSize;
764 if ((STORE_MINIMUM_PAGESIZE > pagesize) || (pagesize > STORE_MAXIMUM_PAGESIZE))
767 pagesize = ((pagesize + STORE_MINIMUM_PAGESIZE - 1) & ~(STORE_MINIMUM_PAGESIZE - 1));
768 rxLockBytes->init (pagesize);
/trunk/main/sal/osl/unx/
H A Dfile.cxx195 size_t const pagesize = FileHandle_Impl::getpagesize(); in Allocator() local
196 if (size_t(-1) != pagesize) in Allocator()
199 "osl_file_buffer_cache", pagesize, 0, 0, 0, 0, 0, 0, 0); in Allocator()
201 m_bufsiz = pagesize; in Allocator()
/trunk/main/sal/osl/w32/
H A Dfile.cxx183 SIZE_T const pagesize = FileHandle_Impl::getpagesize(); in Allocator() local
185 "osl_file_buffer_cache", pagesize, 0, 0, 0, 0, 0, 0, 0); in Allocator()
187 m_bufsiz = pagesize; in Allocator()
/trunk/main/sal/osl/os2/
H A Dfile.cxx275 size_t const pagesize = FileHandle_Impl::getpagesize(); in Allocator() local
277 "osl_file_buffer_cache", pagesize, 0, 0, 0, 0, 0, 0, 0); in Allocator()
279 m_bufsiz = pagesize; in Allocator()

Completed in 65 milliseconds