Home
last modified time | relevance | path

Searched refs:page (Results 326 - 350 of 354) sorted by relevance

1...<<1112131415

/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc811 void* page) { in GetCachePage()
813 i_cache->LookupOrInsert(page, ICacheHash(page)); in GetCachePage()
828 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() local
830 CachePage* cache_page = GetCachePage(i_cache, page); in FlushOnePage()
838 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() local
841 CachePage* cache_page = GetCachePage(i_cache, page); in CheckICache()
810 GetCachePage(base::CustomMatcherHashMap* i_cache, void* page) GetCachePage() argument
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2143 void* page) { in GetCachePage()
2144 base::HashMap::Entry* entry = i_cache->LookupOrInsert(page, ICacheHash(page)); in GetCachePage()
2159 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() local
2161 CachePage* cache_page = GetCachePage(i_cache, page); in FlushOnePage()
2169 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() local
2172 CachePage* cache_page = GetCachePage(i_cache, page); in CheckICache()
2142 GetCachePage(base::CustomMatcherHashMap* i_cache, void* page) GetCachePage() argument
H A Dsimulator-riscv64.h918 void* page);
994 // is implementation-defined, between 3 and minimum page size.
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S1654 # prepare and allocate stack frame at the top of 4K page
1660 ngr %r8,%r9 # align at page boundary
1806 # prepare and allocate stack frame at the top of 4K page
1812 ngr %r8,%r9 # align at page boundary
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1654 # prepare and allocate stack frame at the top of 4K page
1660 ngr %r8,%r9 # align at page boundary
1806 # prepare and allocate stack frame at the top of 4K page
1812 ngr %r8,%r9 # align at page boundary
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S1654 # prepare and allocate stack frame at the top of 4K page
1660 ngr %r8,%r9 # align at page boundary
1806 # prepare and allocate stack frame at the top of 4K page
1812 ngr %r8,%r9 # align at page boundary
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1654 # prepare and allocate stack frame at the top of 4K page
1660 ngr %r8,%r9 # align at page boundary
1806 # prepare and allocate stack frame at the top of 4K page
1812 ngr %r8,%r9 # align at page boundary
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp79 // Welcome page
104 // Modify page
110 // Progress page
127 // Success page
134 // Failure page
223 // Process each control for special handling in the new page. in ShowPage()
226 // Enable disable controls per-page. in ShowPage()
243 // Prevent repainting while switching page to avoid ugly flickering in ShowPage()
251 // On the install page set the focus to the install button or in ShowPage()
530 // on the "Success" page, chec in SuccessPage_Show()
2502 GoToPage(__in PAGE page) GoToPage() argument
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py58 Note: Focus set on font page fontlist.
209 page = self.note.tab(self.note.select(), option='text').strip()
211 contents=help_common+help_pages.get(page, ''))
302 corresponding aspect of the font sample on this page and
303 highlight sample on highlight page.
319 font_sample and to highlight_sample on the highlight page.
449 Updates font_sample and highlight page highlight_sample.
566 Widgets of highlights page frame: (*) widgets bound to self
1925 save_all_changed_extensions: Call extension page Save().
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex248 signal-safe. The manual page for each \Prog{libunwind} routine
H A Dlibunwind-dynamic.tex28 page describes the format of this information in detail.
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h373 void* page);
H A Dsimulator-s390.cc697 void* page) { in GetCachePage()
698 base::HashMap::Entry* entry = i_cache->LookupOrInsert(page, ICacheHash(page)); in GetCachePage()
713 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() local
715 CachePage* cache_page = GetCachePage(i_cache, page); in FlushOnePage()
723 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() local
726 CachePage* cache_page = GetCachePage(i_cache, page); in CheckICache()
696 GetCachePage(base::CustomMatcherHashMap* i_cache, void* page) GetCachePage() argument
/third_party/skia/src/core/
H A DSkVM.cpp69 // While mprotect and VirtualAlloc both work at page granularity, in alloc_jit_buffer()
70 // mprotect doesn't round up for you, and instead requires *len is at page granularity. in alloc_jit_buffer()
71 const size_t page = sysconf(_SC_PAGESIZE); in alloc_jit_buffer() local
72 *len = ((*len + page - 1) / page) * page; in alloc_jit_buffer()
/third_party/node/deps/v8/src/heap/
H A Dheap.h608 // FreeListCategory of each page.
734 void RememberUnmappedPage(Address page, bool compacted);
1092 // Ensures that sweeping is finished for that object's page.
1442 // which the size of the allocatable space per V8 page may depend on the OS
1443 // page size at runtime. You may use kMaxRegularHeapObjectSize as a constant
1606 // The Darwin kernel [as of macOS 10.12.5] does not clean up page in GetRandomMmapAddr()
1609 // too large causes a leak of about 1 wired [can never be paged out] page in GetRandomMmapAddr()
1610 // per call to mmap(). The page is only reclaimed when the process is in GetRandomMmapAddr()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc2073 // same page so that they return the same value.
2081 // Waste space until the start of a page. in TEST()
2144 // The test label is always bound on page 0. Adrp instructions are generated in AdrpPageBoundaryHelper()
2162 // Waste space until the start of a page. in AdrpPageBoundaryHelper()
2167 // The first page. in AdrpPageBoundaryHelper()
2182 for (int page = (kStartPage + 1); page <= kEndPage; page++) { in AdrpPageBoundaryHelper()
2184 if (page == 0) { in AdrpPageBoundaryHelper()
2216 // Test that labels are correctly referenced by adrp across page boundarie
[all...]
/third_party/backends/backend/
H A Dnec.c483 int page) in mode_sense()
489 cmd[2] = page; in mode_sense()
1078 DBG (3, "attach: sending MODE SENSE/MUP page\n"); in attach()
1084 DBG (1, "attach: MODE_SENSE/MUP page failed\n"); in attach()
482 mode_sense(int fd, void *modeparam_buf, size_t * modeparam_size, int page) mode_sense() argument
H A Dsharp.c672 int page) in mode_sense()
680 cmd[2] = page; in mode_sense()
1225 DBG (1, "get_scan_sizes: MODE_SELECT/subdevice page failed\n"); in get_max_scan_size()
1230 DBG (3, "get_scan_sizes: sending MODE SENSE/subdevice page\n"); in get_max_scan_size()
1236 DBG (1, "get_scan_sizes: MODE_SENSE/subdevice page failed\n"); in get_max_scan_size()
1260 /* The manual for the JX250 states on page 62 that the maximum in get_max_scan_size()
1263 by mode sense/subdevice page. Therefore, we cannot simply in get_max_scan_size()
1392 DBG (3, "attach: sending MODE SENSE/MUP page\n"); in attach()
1398 DBG (1, "attach: MODE_SENSE/MUP page failed\n"); in attach()
1480 DBG (3, "attach: sending MODE SENSE/subdevice page\ in attach()
671 mode_sense(int fd, void *modeparam_buf, size_t * modeparam_size, int page) mode_sense() argument
[all...]
/third_party/node/deps/openssl/openssl/
H A DConfigure1237 INSTALL.md instructions and the RAND_DRBG(7) manual page for more
/third_party/openssl/
H A DConfigure1239 INSTALL.md instructions and the RAND_DRBG(7) manual page for more
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1979 form input controls that retain their values from one page to the
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1979 form input controls that retain their values from one page to the
/third_party/glfw/deps/
H A Dnuklear.h5879 /* page-element */
15348 /* allocate new page */ in nk_pool_alloc()
15349 struct nk_page *page; in nk_pool_alloc() local
15358 page = (struct nk_page*)pool->alloc.alloc(pool->alloc.userdata,0, size); in nk_pool_alloc()
15359 page->next = pool->pages; in nk_pool_alloc()
15360 pool->pages = page; in nk_pool_alloc()
15361 page->size = 0; in nk_pool_alloc()
15380 /* unlink page element from free list */ in nk_create_page_element()
15384 /* allocate page element from memory pool */ in nk_create_page_element()
15389 /* allocate new page elemen in nk_create_page_element()
[all...]
/third_party/ffmpeg/
H A Dconfigure90 --mandir=DIR install man page in DIR [PREFIX/share/man]
/third_party/icu/icu4c/source/
H A Dconfigure1520 ICU home page: <http://icu-project.org>.
8654 ICU home page: <http://icu-project.org>."

Completed in 129 milliseconds

1...<<1112131415