Home
last modified time | relevance | path

Searched defs:pages (Results 26 - 50 of 184) sorted by relevance

12345678

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_range.cpp106 void PrintRange::SetPages(const std::vector<uint32_t> &pages) in SetPages() argument
126 std::vector<uint32_t> pages; in ReadFromParcel() local
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h27 std::vector<uint32_t> pages; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase.h361 struct page **pages = buffer->extres_pages; in kbase_free_user_buffer() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.c222 int pages; in kbase_context_common_term() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase.h355 struct page **pages = buffer->extres_pages; in kbase_free_user_buffer() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.h36 struct page **pages; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.c245 int pages; in kbase_context_common_term() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.h36 struct page **pages; member
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Drockchip_drm_debugfs.h36 struct page **pages; member
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages05.c86 void child(void **pages, sem_t * sem) in child() argument
128 void *pages[N_TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages11.c86 void child(void **pages, sem_t * sem) in child() argument
128 void *pages[TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages03.c85 void child(void **pages, sem_t * sem) in child() argument
127 void *pages[TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages04.c105 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages_support.c37 void free_pages(void **pages, unsigned int num) in free_pages() argument
63 alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) alloc_pages_on_nodes() argument
110 alloc_pages_linear(void **pages, unsigned int num) alloc_pages_linear() argument
150 alloc_pages_on_node(void **pages, unsigned int num, int node) alloc_pages_on_node() argument
169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) verify_pages_on_nodes() argument
215 verify_pages_linear(void **pages, int *status, unsigned int num) verify_pages_linear() argument
249 verify_pages_on_node(void **pages, int *status, unsigned int num, int node) verify_pages_on_node() argument
270 alloc_shared_pages_on_node(void **pages, unsigned int num, int node) alloc_shared_pages_on_node() argument
311 free_shared_pages(void **pages, unsigned int num) free_shared_pages() argument
[all...]
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp38 std::vector<uint32_t> pages; in MakeJsObject() local
81 std::vector<uint32_t> pages; in BuildFromJs() local
[all...]
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp373 std::vector<uint32_t> pages; in HWTEST_F() local
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
H A Dsmsrecvitem_fuzzer.cpp82 int32_t pages = 0; in DoRecvItemsTest() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_addr.c225 struct page **pages = NULL; in osal_blockmem_vmap() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_defer_bind.c185 static struct list_head *mali_mem_defer_get_free_page_list(u32 count, struct list_head *pages, in mali_mem_defer_get_free_page_list() argument
161 mali_mem_defer_bind_allocation(struct mali_backend_bind_list *bk_node, struct list_head *pages) mali_mem_defer_bind_allocation() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_defer_bind.c179 static struct list_head *mali_mem_defer_get_free_page_list(u32 count, struct list_head *pages, mali_defer_mem_bloc argument
156 mali_mem_defer_bind_allocation(struct mali_backend_bind_list *bk_node, struct list_head *pages) mali_mem_defer_bind_allocation() argument
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc162 std::vector<std::shared_ptr<PDFTOPDF_PageHandle>> pages=proc.get_pages(); in processPDFTOPDF() local
[all...]
/third_party/ltp/lib/
H A Dtst_buffers.c50 unsigned int pages = (size / page_size) + !!(size % page_size) + 1; in tst_alloc() local
/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c86 unsigned int pages = (size + page_size - 1)/page_size; in tst_nodemap_count_pages() local
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c149 long pages = size / pg_sz; in dirty_pages() local
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp263 void *pages; in Bm_function_mprotect() local
266 void *pages = memalign(pagesize, size); in Bm_function_mprotect() local

Completed in 10 milliseconds

12345678