Home
last modified time | relevance | path

Searched defs:page_size (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/python/Lib/test/
Dmemory_watchdog.py14 page_size = os.sysconf('SC_PAGESIZE') variable
17 page_size = os.sysconf('SC_PAGE_SIZE') variable
19 page_size = 4096 variable
/third_party/mesa3d/src/util/
Dos_misc.c228 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_total_physical_memory() local
334 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_page_size() local
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c287 unsigned int usa_end_ofs, page_size; in restart_header_sanity() local
467 unsigned int page_size) in dump_restart_areas()
600 int buf_size, unsigned int page_size) in dump_log_records()
664 unsigned int page_size; in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_page.h40 const std::vector<std::pair<int, uint64_t>> &row_group_ids, const uint64_t page_size) in Page()
72 void SetPageSize(const uint64_t &page_size) { page_size_ = page_size; } in SetPageSize()
/third_party/ltp/testcases/kernel/syscalls/brk/
Dbrk02.c25 unsigned long page_size = getpagesize(); in brk_down_vmas() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
D11-1.c25 long page_size; in main() local
D10-1.c37 long page_size; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
D10-1.c25 long page_size; in main() local
D8-1.c37 long page_size; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D3-7.c26 size_t page_size; in main() local
D3-6.c30 size_t page_size; in main() local
/third_party/ltp/testcases/kernel/mem/thp/
Dthp03.c47 static long page_size; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D31-1.c68 long page_size = sysconf(_SC_PAGE_SIZE); in main() local
D11-1.c41 long page_size; in main() local
D9-1.c39 long page_size; in main() local
D24-2.c44 unsigned long page_size = sysconf(_SC_PAGE_SIZE); in main() local
D11-3.c50 long page_size; in main() local
D11-4.c55 long page_size; in main() local
D11-2.c52 long page_size; in main() local
D11-5.c46 long page_size; in main() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp436 glw::GLint page_size = 0; in iterate() local
830 glw::GLint page_size, bool all_pages_committed) in AtomicCounterBufferStorageTestCase()
1196 tcu::TestContext& testContext, glw::GLint page_size) in BufferTextureStorageTestCase()
1572 glw::GLint page_size) in ClearOpsBufferStorageTestCase()
1895 glw::GLint page_size) in CopyOpsBufferStorageTestCase()
2568 glw::GLint page_size) in IndirectDispatchBufferStorageTestCase()
2824 tcu::TestContext& testContext, glw::GLint page_size) in InvalidateBufferStorageTestCase()
2955 glw::GLint page_size) in PixelPackBufferStorageTestCase()
3348 tcu::TestContext& testContext, glw::GLint page_size) in PixelUnpackBufferStorageTestCase()
3692 glw::GLint page_size, _ibo_usage ibo_usage, bool use_color_data) in QuadsBufferStorageTestCase()
[all …]
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite04.c27 static long page_size; variable
/third_party/mesa3d/src/egl/main/
Deglglobals.c141 uint64_t page_size = 0; in _eglPointerIsDereferencable() local
/third_party/pulseaudio/src/tests/
Dsigbus-test.c36 const size_t page_size = pa_page_size(); in START_TEST() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D9-1.c43 int page_size; in main() local

12345