Searched refs:pages (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); local
89 if (0 <= pages && 0 <= pagesize)
90 return pages * pagesize;
99 double pages = pss.physical_memory; local
101 if (0 <= pages && 0 <= pagesize)
102 return pages * pagesize;
113 double pages = realmem.physmem; local
114 if (0 <= pages && 0 <= pagesize)
115 return pages * pagesize;
191 double pages local
205 double pages = psd.psd_free; local
219 double pages = realmem.availrmem; local
232 double pages = vmstats.free_count; local
[all...]
/macosx-10.9.5/text_cmds-87/sort/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); local
89 if (0 <= pages && 0 <= pagesize)
90 return pages * pagesize;
99 double pages = pss.physical_memory; local
101 if (0 <= pages && 0 <= pagesize)
102 return pages * pagesize;
113 double pages = realmem.physmem; local
114 if (0 <= pages && 0 <= pagesize)
115 return pages * pagesize;
191 double pages local
205 double pages = psd.psd_free; local
219 double pages = realmem.availrmem; local
232 double pages = vmstats.free_count; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtestdb_create.sql5 unique hash on (id) pages=100;
11 unique hash on (id) pages=100;
18 unique hash on (id) pages=100;
28 ) unique hash on (pers_id, doc_id) pages=100;
35 unique hash on (id) pages=100;
H A Dtttestdb_create.sql9 unique hash on (id) pages=100;
17 unique hash on (id) pages=100;
24 unique hash on (id) pages=100;
34 ) unique hash on (pers_id, doc_id) pages=100;
41 unique hash on (id) pages=100;
/macosx-10.9.5/man-16/man/src/
H A Dmakewhatis.sh11 # Also, cleaned up code and make it work with NET-2 doc pages.
14 # Fixed so that the -c option works correctly for the cat pages
23 # 960401 - aeb: slight adaptation to work correctly with cat pages.
123 echo " This will build the whatis database for the man pages"
124 echo " found in manpath and the cat pages found in catpath."
125 echo " -u: update database with new pages"
154 for pages in man cat
156 eval path="\$$pages"path
164 for pages in man cat
166 export pages
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/superpages/
H A Dmeasure_tlbs.c27 int pages = kb/4; local
28 mach_vm_size_t size = SUPERPAGE_ROUND_UP(pages*PAGE_SIZE); /* allocate full superpages */
39 for (p = 0; p<pages; p++) {
48 for (p = 0; p<pages; p++) {
54 for (p = 0; p<pages; p++) {
63 for (i = 0; i<pages*PAGE_SIZE; i++) {
69 for (i = 0; i<pages*PAGE_SIZE; i++) {
81 for (run = 0; run < RUNS2*pages; run++) {
83 p2 = p % (pages*PAGE_SIZE/NODE_SIZE);
90 for (run = 0; run < RUNS2*pages; ru
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageGroupLoadDeferrer.cpp38 const HashSet<Page*>& pages = page->group().pages(); local
40 HashSet<Page*>::const_iterator end = pages.end();
41 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
H A DCaptionUserPreferences.cpp83 Page* page = *(pageGroup()->pages().begin());
92 Page* page = *(pageGroup()->pages().begin());
102 Page* page = *(pageGroup()->pages().begin());
111 Page* page = *(pageGroup()->pages().begin());
121 Page* page = *(pageGroup()->pages().begin());
130 Page* page = *(pageGroup()->pages().begin());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp161 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
165 for (HashSet<Page*>::iterator i = pages.begin(); i != pages.end(); ++i) {
174 for (HashSet<Page*>::iterator i = pages.begin(); i != pages.end(); ++i) {
183 for (HashSet<Page*>::iterator i = pages.begin(); i != pages.end(); ++i) {
192 for (HashSet<Page*>::iterator i = pages.begin(); i != pages
257 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
264 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
271 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
278 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
285 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
292 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
299 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
313 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
320 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
337 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
344 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
366 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
606 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); local
[all...]
/macosx-10.9.5/dcerpc-58/www/lib/
H A Dbreadcrumbs.rb13 page = @pages.parent_of(page)
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCompactStats.java22 CompactStats(int fillpercent, int timeout, int pages) { argument
25 this.compact_pages = pages;
45 Return the the number of database pages free during
51 The the number of database pages free during
60 Return the the number of database pages reviewed
66 The the number of database pages reviewed
107 Return the the number of database pages returned
113 The the number of database pages returned
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageEventDispatcher.cpp67 const HashSet<Page*>& pages = page->group().pages(); local
68 for (HashSet<Page*>::const_iterator it = pages.begin(), end = pages.end(); it != end; ++it) {
92 const HashSet<Page*>& pages = pageGroup.pages(); local
93 for (HashSet<Page*>::const_iterator it = pages.begin(), end = pages.end(); it != end; ++it)
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dheader_mmap_anonymous.m419 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dheader_mmap_anonymous.m419 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpagesmgr.tcl15 # - PagesManager::pages
49 set data(pages) {}
89 foreach page $data(pages) {
106 if { [lsearch -exact $data(pages) $page] != -1 } {
110 lappend data(pages) $page
128 set data(pages) [lreplace $data(pages) $pos $pos]
153 # Command PagesManager::page - deprecated, use pages
160 return [lindex $data(pages) $first]
162 return [lrange $data(pages)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnlistserv.el53 (pages "fra160396" "fra160796" "fra061196" "fra160197"
90 (pages (nnweb-definition 'pages))
92 (while (setq page (pop pages))
114 (nnheader-message 5 "%s %s %s" (cdr active) (point) pages)))))
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DuniParse.tcl21 # an index into the pages table, indexed by
23 variable pages; # map from page index to page info, each
89 variable pages
91 set pIndex [lsearch -exact $pages $info]
93 set pIndex [llength $pages]
94 lappend pages $info
104 variable pages {}
164 variable pages
178 puts "X = [llength $pMap] Y= [llength $pages] A= [llength $groups]"
179 set size [expr {[llength $pMap] + [llength $pages]*(
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DuniParse.tcl21 # an index into the pages table, indexed by
23 variable pages; # map from page index to page info, each
89 variable pages
91 set pIndex [lsearch -exact $pages $info]
93 set pIndex [llength $pages]
94 lappend pages $info
104 variable pages {}
164 variable pages
178 puts "X = [llength $pMap] Y= [llength $pages] A= [llength $groups]"
179 set size [expr {[llength $pMap] + [llength $pages]*(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c55 int totalPages = 0; /* total # pages printed */
284 fax2ps(TIFF* tif, uint16 npages, uint16* pages, char* filename) argument
294 if (findPage(tif, pages[i]))
295 printTIF(tif, pages[i]);
297 fprintf(stderr, "%s: No page number %d\n", filename, pages[i]);
324 uint16 *pages = NULL, npages = 0, pageNumber; local
341 if (pages)
342 pages = (uint16*) realloc(pages, (npages+1)*sizeof(uint16));
344 pages
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebExtension.cpp44 WebPageMap pages; member in struct:_WebKitWebExtensionPrivate
74 extension->priv->pages.add(page, webPage);
80 extension->priv->pages.remove(page);
111 if (WebKitWebPage* webPage = WEBKIT_WEB_EXTENSION(clientInfo)->priv->pages.get(toImpl(page)).get())
148 WebPageMap::const_iterator end = priv->pages.end();
149 for (WebPageMap::const_iterator it = priv->pages.begin(); it != end; ++it)
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dhelp.tcl17 # and help pages (files). There is a virtual root to this tree. The root
54 tclx::help::ListSubject $what $pathList subjects pages
61 if {[llength $pages] != 0} {
62 tclx::help::Display "\nHelp pages available in $relativeDir:"
63 tclx::help::DisplayColumns $pages
245 # that subject and a list of pages under the subject. Both lists are
251 upvar $subjectsVar subjects $pagesVar pages
254 set pages {}
265 lappend pages [file tail $file]
280 set pages [lsor
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp249 pages.append(j);
254 pages.append(i);
257 if (!pages.size()) {
261 printOperation->setNumberOfPagesToPrint(pages.size());
265 numberOfSheets = (pages.size() % numberUp) ? pages.size() / numberUp + 1 : pages.size() / numberUp;
267 numberOfSheets = pages.size();
273 lastPagePosition = std::min(numberUp - 1, pages.size() - 1);
276 lastPagePosition = std::min(((numberOfSheets - 1) - ((numberOfSheets - 1) % 2)) * numberUp - 1, pages
365 Vector<size_t> pages; member in struct:WebKit::PrintPagesData
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_file.c25 db_pgno_t pages; local
35 * pages of 1MB each so we don't overflow -- (2^20 + 2^32 is bigger
43 pages = (db_pgno_t)((size - FILE_EXTEND_IO_SIZE) / MEGABYTE);
45 if ((ret = __os_seek(env, fhp, pages, MEGABYTE, relative)) != 0)
/macosx-10.9.5/WebCore-7537.78.1/page/wince/
H A DFrameWinCE.cpp56 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) argument
60 pages.clear();
97 pages.append(IntRect(0, printedPagesHeight, currPageWidth, currPageHeight));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/mmap/unix/
H A Dmmap.c82 uint32 pages = 0; local
110 pages = (size + B_PAGE_SIZE -1) / B_PAGE_SIZE;
111 aid = create_area("apr_mmap", &mm , B_ANY_ADDRESS, pages * B_PAGE_SIZE,

Completed in 197 milliseconds

1234567891011>>