Home
last modified time | relevance | path

Searched refs:ulPageSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx90 ULONG ulPageSize; in allocExec() local
91 DosQuerySysInfo(QSV_PAGE_SIZE, QSV_PAGE_SIZE, &ulPageSize, sizeof(ULONG)); in allocExec()
92 pagesize = (sal_Size)ulPageSize; in allocExec()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c1272 ULONG ulPageSize; in rtl_machdep_pagesize()
1273 DosQuerySysInfo(QSV_PAGE_SIZE, QSV_PAGE_SIZE, &ulPageSize, sizeof(ULONG)); in rtl_machdep_pagesize()
1274 return ((sal_Size)ulPageSize); in rtl_machdep_pagesize()
/trunk/main/sal/osl/os2/
H A Dfile.cxx335 ULONG ulPageSize; in getpagesize() local
336 DosQuerySysInfo(QSV_PAGE_SIZE, QSV_PAGE_SIZE, &ulPageSize, sizeof(ULONG)); in getpagesize()
337 return sal::static_int_cast< size_t >(ulPageSize); in getpagesize()

Completed in 58 milliseconds