/external/mesa3d/src/util/tests/vma/ |
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() 115 (align_pages - (hole.start_page % align_pages)) % align_pages; in alloc() 127 assert(hole.start_page <= addr_page); in alloc() 128 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); in alloc() 131 if (hole.start_page < a.start_page) { in alloc() 132 heap_holes.emplace(allocation{hole.start_page, in alloc() 133 a.start_page - hole.start_page}); in alloc() [all …]
|
/external/cronet/base/android/library_loader/ |
D | library_prefetcher.cc | 67 size_t start_page = kStartOfText - kStartOfText % kPageSize; in GetTextRange() local 72 return {start_page, end_page}; in GetTextRange() 78 size_t start_page = kStartOfOrderedText - kStartOfOrderedText % kPageSize; in GetOrderedTextRange() local 82 return {start_page, end_page}; in GetOrderedTextRange()
|
/external/libchrome/base/android/library_loader/ |
D | library_prefetcher.cc | 93 size_t start_page = kStartOfText - kStartOfText % kPageSize; in GetTextRange() local 98 return {start_page, end_page}; in GetTextRange() 104 size_t start_page = kStartOfOrderedText - kStartOfOrderedText % kPageSize; in GetOrderedTextRange() local 108 return {start_page, end_page}; in GetOrderedTextRange()
|
/external/harfbuzz_ng/src/ |
D | hb-bit-set.hh | 725 unsigned int start_page = 0; in next_many() local 738 start_page = i; in next_many() 743 start_page++; in next_many() 749 for (unsigned int i = start_page; i < page_map.length && size; i++) in next_many() 766 unsigned int start_page = 0; in next_many_inverted() local 787 start_page = i; in next_many_inverted() 792 start_page++; in next_many_inverted() 798 for (unsigned int i=start_page; i<page_map.length && size; i++) in next_many_inverted()
|
/external/curl/docs/examples/ |
D | crawler.c | 39 char *start_page = "https://www.reuters.com"; variable 175 curl_multi_add_handle(multi_handle, make_handle(start_page)); in main()
|
/external/autotest/client/site_tests/hardware_UnsafeMemory/src/rowhammer-test-4d619293e1c7/ |
D | rowhammer_exploit.cc | 110 uint16_t* start_page = (uint16_t*)&pagedata[0]; in create_and_write_file_to_be_mapped() local 114 start_page[0] = (uint16_t)i; in create_and_write_file_to_be_mapped()
|
/external/icing/icing/legacy/index/ |
D | icing-array-storage.cc | 179 int start_page = start_byte / IcingMMapper::system_page_size(); in GetMutableMemInternal() local 183 for (int i = start_page; i <= end_page; i++) { in GetMutableMemInternal()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 955 uint32_t start_page, uint32_t num_pages) in sparse_backing_free() argument 957 uint32_t end_page = start_page + num_pages; in sparse_backing_free() 965 if (backing->chunks[mid].begin >= start_page) in sparse_backing_free() 972 assert(low == 0 || backing->chunks[low - 1].end <= start_page); in sparse_backing_free() 974 if (low > 0 && backing->chunks[low - 1].end == start_page) { in sparse_backing_free() 984 backing->chunks[low].begin = start_page; in sparse_backing_free() 1001 backing->chunks[low].begin = start_page; in sparse_backing_free()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 41451 long unsigned int start_page; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 69917 long unsigned int start_page; member
|
D | vmlinux.h | 69917 long unsigned int start_page; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 36336 long unsigned int start_page; member
|
D | vmlinux_510.h | 36336 long unsigned int start_page; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 42198 long unsigned int start_page; member
|
D | vmlinux.h | 42198 long unsigned int start_page; member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 74668 …<var-decl name="start_page" type-id="7359adad" visibility="default" filepath="include/linux/swap.h…
|
D | test-PR27569-v0.abi | 74654 …<var-decl name="start_page" type-id="7359adad" visibility="default" filepath="include/linux/swap.h…
|