Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0002-Extract-a-function-for-splitting-a-colon-separated-s.patch40 return pageSize;
H A D0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch61 static int pageSize = PAGESIZE;
64 return pageSize;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp835 uint64_t pageSize = getPragma<int64_t>("PRAGMA page_size"); in evict() local
839 return pageSize * (pageCount - getPragma<int64_t>("PRAGMA freelist_count")); in evict()
844 while (usedSize() + neededFreeSize + pageSize > maximumCacheSize) { in evict()