Searched refs:start_page (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/util/tests/vma/ |
H A D | vma_random_test.cpp | 54 uint64_t start_page; member 61 assert(lhs.start_page + lhs.num_pages > lhs.start_page); in operator ()() 62 return lhs.start_page + lhs.num_pages <= rhs.start_page; in operator ()() 67 return a.start_page + a.num_pages; in allocation_end_page() 120 (align_pages - (hole.start_page % align_pages)) % align_pages; in alloc() 132 assert(hole.start_page <= addr_page); in alloc() 133 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); in alloc() 136 if (hole.start_page < in alloc() [all...] |
/third_party/curl/docs/examples/ |
H A D | crawler.c | 39 char *start_page = "https://www.reuters.com"; variable 184 curl_multi_add_handle(multi_handle, make_handle(start_page)); in main()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 429 uint32_t start_page, uint32_t num_pages) in sparse_backing_free() 431 uint32_t end_page = start_page + num_pages; in sparse_backing_free() 435 /* Find the first chunk with begin >= start_page. */ in sparse_backing_free() 439 if (backing->chunks[mid].begin >= start_page) in sparse_backing_free() 446 assert(low == 0 || backing->chunks[low - 1].end <= start_page); in sparse_backing_free() 448 if (low > 0 && backing->chunks[low - 1].end == start_page) { in sparse_backing_free() 458 backing->chunks[low].begin = start_page; in sparse_backing_free() 475 backing->chunks[low].begin = start_page; in sparse_backing_free() 427 sparse_backing_free(struct zink_screen *screen, struct zink_bo *bo, struct zink_sparse_backing *backing, uint32_t start_page, uint32_t num_pages) sparse_backing_free() argument
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 1009 uint32_t start_page, uint32_t num_pages) in sparse_backing_free() 1011 uint32_t end_page = start_page + num_pages; in sparse_backing_free() 1015 /* Find the first chunk with begin >= start_page. */ in sparse_backing_free() 1019 if (backing->chunks[mid].begin >= start_page) in sparse_backing_free() 1026 assert(low == 0 || backing->chunks[low - 1].end <= start_page); in sparse_backing_free() 1028 if (low > 0 && backing->chunks[low - 1].end == start_page) { in sparse_backing_free() 1038 backing->chunks[low].begin = start_page; in sparse_backing_free() 1055 backing->chunks[low].begin = start_page; in sparse_backing_free() 1007 sparse_backing_free(struct amdgpu_winsys *ws, struct amdgpu_winsys_bo *bo, struct amdgpu_sparse_backing *backing, uint32_t start_page, uint32_t num_pages) sparse_backing_free() argument
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 602 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 604 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 750 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 752 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 640 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 642 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 719 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 721 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 775 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 777 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2107 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 2109 return start_page == end_page; in AllOnOnePage()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 656 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 658 return start_page == end_page; in AllOnOnePage()
|
Completed in 79 milliseconds