Searched refs:pagesize (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | vtablefactory.cxx | 78 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()
|
/aoo42x/main/store/workben/ |
H A D | t_page.cxx | 763 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);
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 195 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()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 183 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()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 275 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 105 milliseconds