Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/vulkan-headers/registry/
Dvalidusage.json14 "page": "vkspec" string
19 "page": "vkspec" string
28 "page": "vkspec" string
33 "page": "vkspec" string
42 "page": "vkspec" string
51 "page": "vkspec" string
56 "page": "vkspec" string
61 "page": "vkspec" string
66 "page": "vkspec" string
75 "page": "vkspec" string
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/build_tests/expectations/
Dvalidusage.json14 "page": "vkspec" string
19 "page": "vkspec" string
24 "page": "vkspec" string
29 "page": "vkspec" string
34 "page": "vkspec" string
39 "page": "vkspec" string
44 "page": "vkspec" string
49 "page": "vkspec" string
54 "page": "vkspec" string
59 "page": "vkspec" string
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dpagemap.h43 #define PageLocked(page) 1 argument
44 #define Page_Uptodate(page) 0 argument
45 #define UnlockPage(page) argument
46 #define PAGE_BUG(page) BUG() argument
47 #define ClearPageUptodate(page) argument
48 #define SetPageError(page) argument
49 #define ClearPageError(page) argument
50 #define SetPageUptodate(page) argument
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_tools.cc3 QPDFObjectHandle getMediaBox(QPDFObjectHandle page) // {{{ in getMediaBox()
9 QPDFObjectHandle getCropBox(QPDFObjectHandle page) // {{{ in getCropBox()
18 QPDFObjectHandle getBleedBox(QPDFObjectHandle page) // {{{ in getBleedBox()
27 QPDFObjectHandle getTrimBox(QPDFObjectHandle page) // {{{ in getTrimBox()
36 QPDFObjectHandle getArtBox(QPDFObjectHandle page) // {{{ in getArtBox()
/third_party/node/deps/v8/src/heap/
Dlarge-spaces.cc57 LargePage* page = static_cast<LargePage*>(chunk); in Initialize() local
119 LargePage* page = first_page(); in TearDown() local
156 LargePage* page = AllocateLargePage(object_size, executable); in AllocateRaw() local
192 LargePage* page = AllocateLargePage(object_size, executable); in AllocateRawBackground() local
212 LargePage* page = heap()->memory_allocator()->AllocateLargePage( in AllocateLargePage() local
241 LargePage* page = it->second; in FindPage() local
264 void CodeLargeObjectSpace::InsertChunkMapEntries(LargePage* page) { in InsertChunkMapEntries()
272 void CodeLargeObjectSpace::RemoveChunkMapEntries(LargePage* page) { in RemoveChunkMapEntries()
280 void OldLargeObjectSpace::PromoteNewLargeObject(LargePage* page) { in PromoteNewLargeObject()
292 void LargeObjectSpace::AddPage(LargePage* page, size_t object_size) { in AddPage()
[all …]
Dsweeper.cc230 Address free_start, Address free_end, Page* page, Space* space, in FreeAndProcessFreedMemory()
255 Address free_start, Address free_end, Page* page, bool record_free_ranges, in CleanupRememberedSetEntriesForFreedMemory()
291 Page* page, const TypedSlotSet::FreeRangesMap& free_ranges_map, in CleanupInvalidTypedSlotsOfFreeRanges()
315 Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) { in ClearMarkBitsAndHandleLivenessStatistics()
464 Page* page = GetSweepingPageSafe(identity); in ConcurrentSweepSpace() local
479 if (Page* page = GetSweepingPageSafe(identity)) { in IncrementalSweepSpace() local
492 Page* page = nullptr; in ParallelSweepSpace() local
509 int Sweeper::ParallelSweepPage(Page* page, AllocationSpace identity, in ParallelSweepPage()
543 void Sweeper::EnsurePageIsSwept(Page* page) { in EnsurePageIsSwept()
567 bool Sweeper::TryRemoveSweepingPageSafe(AllocationSpace space, Page* page) { in TryRemoveSweepingPageSafe()
[all …]
Dpaged-spaces.cc50 Page* page) in PagedSpaceObjectIterator()
81 Page* page = static_cast<Page*>(chunk); in InitializePage() local
254 void PagedSpace::RefineAllocatedBytesAfterSweeping(Page* page) { in RefineAllocatedBytesAfterSweeping()
272 Page* page = free_list()->GetPageForSize(size_in_bytes); in RemovePageSafe() local
278 size_t PagedSpace::AddPage(Page* page) { in AddPage()
293 void PagedSpace::RemovePage(Page* page) { in RemovePage()
320 size_t PagedSpace::ShrinkPageToHighWaterMark(Page* page) { in ShrinkPageToHighWaterMark()
346 Page* page = heap()->memory_allocator()->AllocatePage( in Expand() local
358 Page* page = heap()->memory_allocator()->AllocatePage( in ExpandBackground() local
500 void PagedSpace::ReleasePage(Page* page) { in ReleasePage()
[all …]
Dallocation-stats.h56 size_t AllocatedOnPage(const BasicMemoryChunk* page) const { in AllocatedOnPage()
61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes()
72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes()
Dnew-spaces.cc24 Page* page = static_cast<Page*>(chunk); in InitializePage() local
261 void SemiSpace::RemovePage(Page* page) { in RemovePage()
276 void SemiSpace::PrependPage(Page* page) { in PrependPage()
289 void SemiSpace::MovePageToTheEnd(Page* page) { in MovePageToTheEnd()
332 Page* page = current_page(); in AddRangeToActiveSystemPages() local
417 Page* page = Page::FromAllocationAreaAddress(start); in AssertValidRange() local
617 Page* page = Page::FromAddress(start); in AddParkedAllocationBuffer() local
688 Page* page = Page::FromAddress(to_top - kTaggedSize); in MakeLinearAllocationAreaIterable() local
776 Page* page = Page::FromAllocationAreaAddress(current)->next_page(); in Verify() local
Dpaged-spaces-inl.h60 void PagedSpace::UnlinkFreeListCategories(Page* page) { in UnlinkFreeListCategories()
67 size_t PagedSpace::RelinkFreeListCategories(Page* page) { in RelinkFreeListCategories()
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-forward-type-decl.c14 struct page { struct
20 struct page *page; member
/third_party/jsframework/runtime/preparation/
Dmethods.ts58 const page = pageMap[id]; constant
82 const page = getPage(pageId); constant
95 const page = getPage(pageId); constant
118 const page = getPage(pageId); constant
/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc45 void Verify(NormalPage& page) { in Verify()
52 bool VisitNormalPage(NormalPage& page) { in VisitNormalPage()
86 BasePage& page) in DiscardingFreeHandler()
126 BasePage& page) in RegularFreeHandler()
181 BasePage* page = nullptr; member
222 InlinedFinalizationBuilder(BasePage& page, PageAllocator& page_allocator) in InlinedFinalizationBuilder()
246 DeferredFinalizationBuilder(BasePage& page, PageAllocator& page_allocator) in DeferredFinalizationBuilder()
294 NormalPage* page, PageAllocator& page_allocator) { in SweepNormalPage()
414 BasePage* page = page_state->page; in FinalizePage() local
495 while (auto page = state.unswept_pages.Pop()) { in Sweep() local
[all …]
Dheap-page.h153 static NormalPage* From(BasePage* page) { in From()
157 static const NormalPage* From(const BasePage* page) { in From()
223 static LargePage* From(BasePage* page) { in From()
227 static const LargePage* From(const BasePage* page) { in From()
276 const HeapObjectHeader* ObjectHeaderFromInnerAddressImpl(const BasePage* page, in ObjectHeaderFromInnerAddressImpl()
Dheap-visitor.h40 void Traverse(BasePage& page) { in Traverse()
74 bool VisitNormalPageImpl(NormalPage& page) { in VisitNormalPageImpl()
77 bool VisitLargePageImpl(LargePage& page) { in VisitLargePageImpl()
Dheap-space.cc25 void BaseSpace::AddPage(BasePage* page) { in AddPage()
31 void BaseSpace::RemovePage(BasePage* page) { in RemovePage()
Dobject-allocator.cc29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung()
84 auto* page = NormalPage::From(BasePage::FromPayload(new_buffer)); in ReplaceLinearAllocationBuffer() local
95 LargePage* page = LargePage::Create(page_backend, space, size); in AllocateLargeObject() local
213 auto& page = *NormalPage::From(BasePage::FromPayload(entry.address)); in RefillLinearAllocationBufferFromFreeList() local
Dheap-page.cc48 void BasePage::Destroy(BasePage* page) { in Destroy()
153 void NormalPage::Destroy(NormalPage* page) { in Destroy()
232 LargePage* page = new (memory) LargePage(*heap, space, size); in Create() local
239 void LargePage::Destroy(LargePage* page) { in Destroy()
Dwrite-barrier.cc65 const BasePage* page = BasePage::FromPayload(value); in DijkstraMarkingBarrierSlow() local
110 const BasePage* page = BasePage::FromPayload(value); in SteeleMarkingBarrierSlow() local
172 const auto* page = BasePage::FromPayload(object); in IsMarking() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_log.c152 struct u_log_page *page = ctx->cur; in u_log_chunk() local
209 struct u_log_page *page = ctx->cur; in u_log_new_page() local
218 u_log_page_destroy(struct u_log_page *page) in u_log_page_destroy()
235 u_log_page_print(struct u_log_page *page, FILE *stream) in u_log_page_print()
/third_party/cups-filters/filter/
Dpdf.cxx130 QPDFObjectHandle page = pages[page_num - 1]; in pdf_prepend_stream() local
177 QPDFObjectHandle page = pages[page_num - 1]; in pdf_add_type1_font() local
298 QPDFObjectHandle page = pages[page_num - 1]; in pdf_resize_page() local
335 QPDFObjectHandle page = pages[page_num - 1]; in pdf_duplicate_page() local
411 QPDFPageObjectHelper page = pages.front(); in pdf_fill_form() local
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dbasicauthentication.c48 const char *page = "<html><body>Go away.</body></html>"; in answer_to_connection() local
58 const char *page = "<html><body>A secret.</body></html>"; in answer_to_connection() local
/third_party/mesa3d/src/util/
Dslab.c76 struct slab_page_header *page, unsigned index) in slab_get_element()
89 struct slab_page_header *page; in slab_free_orphaned() local
148 struct slab_page_header *page = pool->pages; in slab_destroy_child() local
179 struct slab_page_header *page = malloc(sizeof(struct slab_page_header) + in slab_add_new_page() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-set.hh131 page_t *page = page_for (g, true); if (unlikely (!page)) return; in add() local
143 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local
148 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local
173 page_t *page = page_for (g, v); if (unlikely (v && !page)) return; in set_array() local
213 page_t *page = page_for (g, v); if (unlikely (v && !page)) return false; in set_sorted_array() local
248 page_t *page = page_for (g); in del() local
291 page_t *page = page_for (a); in del_range() local
302 page_t *page = page_for (b); in del_range() local
311 const page_t *page = page_for (g); in get() local
723 const auto& page = pages[map.index]; in get_min() local
[all …]
/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c167 static int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_to… in gen_sub_text()
234 static void bprint_color(const char *type, AVBPrint *buf, vbi_page *page, unsigned ci) in bprint_color()
245 static void get_trim_info(vbi_page *page, vbi_char *row, int *leading, int *trailing, int *olen) in get_trim_info()
265 static void decode_string(vbi_page *page, vbi_char *row, AVBPrint *buf, in decode_string()
295 static int gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_ass()
412 static void fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, in fix_transparency()
451 static int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_… in gen_sub_bitmap()
512 vbi_page page; in handler() local
609 int page = vbi_unham16p(p + 2); in slice_to_vbi_lines() local

123456