Searched refs:pages (Results 51 - 75 of 278) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dlistbox.tcl90 %W xview scroll -1 pages
96 %W xview scroll 1 pages
99 %W yview scroll -1 pages
103 %W yview scroll 1 pages
107 %W xview scroll -1 pages
110 %W xview scroll 1 pages
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm.c97 ** known (compile time constant), and file operations operate on pages as
107 ** number of pages long, with records laid out in sequence. Each record
121 ** When initially created, no data pages are allocated to the file (just
123 ** free block is available) it is extended by an integral number of pages,
199 fhdr.pages = 0; /* no currently allocated data pages (only hdr) */
217 dsh->pages = 0; /* and no data pages in the file */
234 an initial file map (one entry) mapping the entire file (pages
282 dsh->pages
[all...]
H A Ddsm_p.h236 long pages; /* number of initialized data pages */ member in struct:file_hdr_t
266 long pages; /* initialized pages (from file header) */ member in struct:dsm_db_t
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/bin/
H A Dpod2projdocs60 -noindex don't create index on each pod pages.
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/bin/
H A Dpod2projdocs60 -noindex don't create index on each pod pages.
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageNamespaceImpl.cpp58 Page* page = *pageGroup->pages().begin();
82 return StorageNamespaceImpl::sessionStorageNamespace(*pageGroup->pages().begin());
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DinstallManPage21 -z PROG Use PROG to compress manual pages.
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DinstallManPage21 -z PROG Use PROG to compress manual pages.
/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager_object.defs98 out pages : default_pager_page_array_t,
H A Ddp_memory_object.c671 * Request must be on a page boundary and a multiple of pages.
703 /* merge with data return. It is the kernel that should decide what pages */
774 /* for some type of pager in the future the pages will have to be */
1100 default_pager_page_t * pages = 0; local
1147 actual = ps_vstruct_allocated_pages(entry, pages, potential);
1158 size = vm_map_round_page(actual * sizeof (*pages),
1164 pages = (default_pager_page_t *)addr;
1165 potential = (unsigned int) (size / sizeof (*pages));
1172 pages[--potential].dpp_offset = 0;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dmpoolscript.tcl15 # numpages: Number of pages per file.
98 # how many pages we actually process.
99 set pages 0
101 puts "[timestamp]: iteration $iter, $pages pages set so far"
125 incr pages
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/
H A DProjectDocs.pm180 Pod::ProjectDocs - generates CPAN like pod pages
199 This module allows you to generates CPAN like pod pages from your modules (not only perl but also javascript including pod)
205 See the generated pages via HTTP with your browser.
248 whether you want to create index on each pod pages or not.
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/
H A DProjectDocs.pm180 Pod::ProjectDocs - generates CPAN like pod pages
199 This module allows you to generates CPAN like pod pages from your modules (not only perl but also javascript including pod)
205 See the generated pages via HTTP with your browser.
248 whether you want to create index on each pod pages or not.
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaMap.cpp343 const HashSet<Page*>& pages = pageGroup.pages(); local
344 for (HashSet<Page*>::const_iterator it = pages.begin(), end = pages.end(); it != end; ++it) {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMapper.cpp267 ppnum_t IOMapperIOVMAlloc(unsigned pages) argument
272 return IOMapper::gSystem->iovmAlloc((IOItemCount) pages);
277 void IOMapperIOVMFree(ppnum_t addr, unsigned pages) argument
280 IOMapper::gSystem->iovmFree(addr, (IOItemCount) pages);
/macosx-10.9.5/apache_mod_php-87.4/freetype/
H A DMakefile44 GnuAfterInstall += install-top-level-man-pages install-configuration-files
124 .PHONY: install-top-level-man-pages install-configuration-files
224 # Install any man pages at the top-level directory or its "man" subdirectory
226 install-top-level-man-pages::
228 @echo "Installing top-level man pages..."
/macosx-10.9.5/apache_mod_php-87.4/libjpeg/
H A DMakefile48 GnuAfterInstall += install-top-level-man-pages install-configuration-files
128 .PHONY: install-top-level-man-pages install-configuration-files
228 # Install any man pages at the top-level directory or its "man" subdirectory
230 install-top-level-man-pages::
232 @echo "Installing top-level man pages..."
/macosx-10.9.5/apache_mod_php-87.4/libpng/
H A DMakefile45 GnuAfterInstall += install-top-level-man-pages install-configuration-files
125 .PHONY: install-top-level-man-pages install-configuration-files
225 # Install any man pages at the top-level directory or its "man" subdirectory
227 install-top-level-man-pages::
229 @echo "Installing top-level man pages..."
/macosx-10.9.5/apache_mod_php-87.4/xdebug/
H A DMakefile46 GnuAfterInstall += install-top-level-man-pages install-configuration-files
126 .PHONY: install-top-level-man-pages install-configuration-files
226 # Install any man pages at the top-level directory or its "man" subdirectory
228 install-top-level-man-pages::
230 @echo "Installing top-level man pages..."
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c779 void iovmInvalidateSync(ppnum_t addr, IOItemCount pages);
782 virtual ppnum_t iovmAlloc(IOItemCount pages);
783 virtual void iovmFree(ppnum_t addr, IOItemCount pages);
1501 AppleVTD::iovmAlloc(IOItemCount pages) argument
1505 result = space_alloc(fSpace, pages, 0, NULL, NULL);
1507 VTLOG("iovmAlloc: 0x%x=0x%x\n", (int)pages, (int)result );
1513 AppleVTD::iovmInvalidateSync(ppnum_t addr, IOItemCount pages) argument
1526 unitPages[idx] = pages;
1562 AppleVTD::iovmFree(ppnum_t addr, IOItemCount pages) argument
1576 VTLOG("iovmFree: 0x%x,0x%x\n", (int)pages, add
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_purgeable.c47 int32_t token_new_pagecount = 0; /* count of pages that will
217 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; local
218 assert(pages >= 0);
219 assert(pages <= TOKEN_COUNT_MAX);
220 purgeable_queues[i].new_pages = (int32_t) pages;
221 assert(purgeable_queues[i].new_pages == pages);
261 tokens[token].count, /* num pages on token
323 tokens[queue->token_q_head].count, /* num pages on new
325 token_new_pagecount, /* num pages waiting for
385 tokens[queue->token_q_head].count, /* num pages o
447 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; local
[all...]
H A Dvm_resident.c149 vm_page_t pages; member in struct:__anon15505
241 * Resident pages that represent real memory
259 * real pages, for example to leave a page with
277 /* N.B. Guard and fictitious pages must not
281 * Fictitious pages don't have a physical address,
289 * Guard pages are not accessible so they don't
306 * importance to anonymous pages (less likely to pick)
310 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
324 unsigned int vm_page_purgeable_count = 0; /* # of pages purgeable now */
325 unsigned int vm_page_purgeable_wired_count = 0; /* # of purgeable pages tha
3647 vm_page_verify_contiguous( vm_page_t pages, unsigned int npages) argument
4510 vm_page_t pages; local
5493 uint32_t pages = page_list->page_count; local
[all...]
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.c820 * Sorts pages first by inode number, then by name.
840 struct page_info **pages; local
849 * scan the man section directory for pages
858 * collect information about man pages
860 pages = (struct page_info **) calloc(nentries, sizeof(struct page_info *));
864 pages[npages++] = info;
868 qsort(pages, npages, sizeof(struct page_info *), pagesort);
873 struct page_info *page = pages[i];
883 free(pages);
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A D8bit_tab_to_h.c335 bool pages[0x100]; local
346 pages[p] = false;
351 pages[j>>8] = true;
540 pages[p] = 0;
543 pages[charset2uni[i]>>8] = 1;
545 if (pages[p]) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl32 # an index into the pages table, indexed by
34 variable pages; # map from page index to page info, each
100 variable pages
102 set pIndex [lsearch -exact $pages $info]
104 set pIndex [llength $pages]
105 lappend pages $info
378 variable pages
398 #puts "X = [llength $pMap] Y= [llength $pages] A= [llength $groups]"
399 #set size [expr {[llength $pMap] + [llength $pages]*(1<<$shift)}]

Completed in 468 milliseconds

1234567891011>>