Home
last modified time | relevance | path

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

12345

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dpagemap.h46 #define PageLocked(page) 1 argument
47 #define Page_Uptodate(page) 0 argument
48 #define UnlockPage(page) argument
49 #define PAGE_BUG(page) BUG() argument
50 #define ClearPageUptodate(page) argument
51 #define SetPageError(page) argument
52 #define ClearPageError(page) argument
53 #define SetPageUptodate(page) argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtinjpage.c74 void munmap_reserve(void *page, int size) in munmap_reserve()
164 void inject_madvise(char *page) in inject_madvise()
175 u64 page_to_pfn(char *page) in page_to_pfn()
202 void inject_mce_inject(char *page) in inject_mce_inject()
229 void poison(char *msg, char *page, enum rmode mode) in poison()
254 void recover(char *msg, char *page, enum rmode mode) in recover()
290 void testmem(char *msg, char *page, enum rmode mode) in testmem()
357 char *page; in dirty_anonymous() local
364 char *page; in dirty_anonymous_unmap() local
372 char *page; in mlocked_anonymous() local
[all …]
Dtsimpleinj.c39 void testmem(char *msg, char *page, int write) in testmem()
81 char *page; in main() local
/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/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/flutter/flutter/dev/devicelab/
DREADME.md20 ### Agents
30 ### Tasks
/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/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_page_test.cc58 Page page = in TEST_F() local
87 Page page = in TEST_F() local
141 Page page = in TEST_F() 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
147 struct slab_page_header *page = pool->pages; in slab_destroy_child() local
178 struct slab_page_header *page = malloc(sizeof(struct slab_page_header) + in slab_add_new_page() local
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c195 static void munmap_reserve(void *page, int size) in munmap_reserve()
234 static void poison(char *msg, char *page, enum rmode mode) in poison()
267 static void recover(char *msg, char *page, enum rmode mode) in recover()
303 static void testmem(char *msg, char *page, enum rmode mode) in testmem()
358 char *page; in dirty_anonymous() local
374 char *page; in dirty_anonymous_unmap() local
391 char *page; in mlocked_anonymous() local
406 char *page; in do_file_clean() local
458 char *page; in do_file_dirty() local
563 char *page; in clean_anonymous() 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/mindspore/mindspore/mindrecord/
Dshardsegment.py92 def read_at_page_by_id(self, category_id, page, num_row): argument
111 def read_at_page_by_name(self, category_name, page, num_row): argument
Dmindpage.py126 def read_at_page_by_id(self, category_id, page, num_row): argument
151 def read_at_page_by_name(self, category_name, page, num_row): argument
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
Dremap_file_pages01.c153 char *page = cache_contents + i * page_sz; in test_nonlinear() local
177 char *page = data + i * page_sz; in test_nonlinear() local
/third_party/skia/docs/examples/
DPDF.cpp10 void (*writePage)(SkCanvas*, int page), in WritePDF()
20 for (int page = 0; page < numberOfPages; ++page) { in WritePDF() local
/third_party/flutter/skia/docs/examples/
DPDF.cpp10 void (*writePage)(SkCanvas*, int page), in WritePDF()
20 for (int page = 0; page < numberOfPages; ++page) { in WritePDF() local
/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c166 static int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_to… in gen_sub_text()
233 static void bprint_color(const char *type, AVBPrint *buf, vbi_page *page, unsigned ci) in bprint_color()
244 static void get_trim_info(vbi_page *page, vbi_char *row, int *leading, int *trailing, int *olen) in get_trim_info()
264 static void decode_string(vbi_page *page, vbi_char *row, AVBPrint *buf, in decode_string()
294 static int gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_ass()
411 static void fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, in fix_transparency()
450 static int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_… in gen_sub_bitmap()
511 vbi_page page; in handler() local
608 int page = vbi_unham16p(p + 2); in slice_to_vbi_lines() local
/third_party/mesa3d/src/intel/tools/
Daub_mem.c229 for (uint64_t page = phys_address & ~0xfff; page < phys_address + size; page += 4096) { in aub_mem_phys_write() local
246 for (uint64_t page = virt_address & ~0xfff; page < virt_address + size; page += 4096) { in aub_mem_ggtt_write() local
363 for (uint64_t page = address; page < end; page += 4096) { in aub_mem_get_ppgtt_bo() local
413 struct phys_mem *page = search_phys_mem(mem, phys_addr); in aub_mem_get_phys_addr_data() local
422 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); in aub_mem_get_ppgtt_addr_data() local
431 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); in aub_mem_get_ppgtt_addr_aub_data() local
/third_party/boost/tools/build/test/qt5/
Dqtwebkitwidgets.cpp21 QWebPage page; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/tools/build/test/qt4/
Dqtwebkit.cpp22 QWebPage page; in BOOST_AUTO_TEST_CASE() local
/third_party/jsframework/runtime/main/manage/instance/
Dmisc.ts32 const page: Page = pageMap[id]; constant
Dlife.ts69 const page: Page = pageMap[id]; constant
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dgetpagesize.c28 int page = getpagesize(); in getpagesize_0100() local
/third_party/jsframework/runtime/main/manage/event/
Dbridge.ts75 const page: Page = pageMap[id]; constant
/third_party/typescript/scripts/
DbrowserIntegrationTest.js24 const page = await context.newPage(); constant

12345