| /base/print/print_fwk/frameworks/models/print_models/src/ |
| H A D | print_range.cpp | 106 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 D | print_manager_adapter.h | 27 std::vector<uint32_t> pages; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase.h | 361 struct page **pages = buffer->extres_pages; in kbase_free_user_buffer() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/ |
| H A D | mali_kbase_context.c | 222 int pages; in kbase_context_common_term() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase.h | 355 struct page **pages = buffer->extres_pages; in kbase_free_user_buffer() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.h | 36 struct page **pages; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/ |
| H A D | mali_kbase_context.c | 245 int pages; in kbase_context_common_term() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.h | 36 struct page **pages; member
|
| /device/soc/rockchip/rk3588/kernel/include/drm/ |
| H A D | rockchip_drm_debugfs.h | 36 struct page **pages; member
|
| /third_party/ltp/testcases/kernel/syscalls/move_pages/ |
| H A D | move_pages05.c | 86 void child(void **pages, sem_t * sem) in child() argument 128 void *pages[N_TEST_PAGES] = { 0 }; in main() local [all...] |
| H A D | move_pages11.c | 86 void child(void **pages, sem_t * sem) in child() argument 128 void *pages[TEST_PAGES] = { 0 }; in main() local [all...] |
| H A D | move_pages03.c | 85 void child(void **pages, sem_t * sem) in child() argument 127 void *pages[TEST_PAGES] = { 0 }; in main() local [all...] |
| H A D | move_pages04.c | 105 void *pages[TEST_PAGES] = { 0 }; in main() local
|
| H A D | move_pages_support.c | 37 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 D | print_range_helper.cpp | 38 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 D | print_utils_test.cpp | 373 std::vector<uint32_t> pages; in HWTEST_F() local
|
| /base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
| H A D | smsrecvitem_fuzzer.cpp | 82 int32_t pages = 0; in DoRecvItemsTest() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_addr.c | 225 struct page **pages = NULL; in osal_blockmem_vmap() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_defer_bind.c | 185 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 D | mali_memory_defer_bind.c | 179 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 D | pdftopdf_processor.cc | 162 std::vector<std::shared_ptr<PDFTOPDF_PageHandle>> pages=proc.get_pages(); in processPDFTOPDF() local [all...] |
| /third_party/ltp/lib/ |
| H A D | tst_buffers.c | 50 unsigned int pages = (size / page_size) + !!(size % page_size) + 1; in tst_alloc() local
|
| /third_party/ltp/libs/libltpnuma/ |
| H A D | tst_numa.c | 86 unsigned int pages = (size + page_size - 1)/page_size; in tst_nodemap_count_pages() local
|
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| H A D | madvise06.c | 149 long pages = size / pg_sz; in dirty_pages() local
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_mman.cpp | 263 void *pages; in Bm_function_mprotect() local 266 void *pages = memalign(pagesize, size); in Bm_function_mprotect() local
|