Searched refs:pages (Results 76 - 100 of 238) sorted by relevance

12345678910

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable.c56 int32_t token_new_pagecount = 0; /* count of pages that will
248 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; local
249 assert(pages >= 0);
250 assert(pages <= TOKEN_COUNT_MAX);
251 purgeable_queues[i].new_pages = (int32_t) pages;
252 assert(purgeable_queues[i].new_pages == pages);
292 tokens[token].count, /* num pages on token
354 tokens[queue->token_q_head].count, /* num pages on new
356 token_new_pagecount, /* num pages waiting for
416 tokens[queue->token_q_head].count, /* num pages o
478 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; local
[all...]
/macosx-10.10.1/cups-408/cups/filter/
H A Dpstops.c80 slow_duplex, /* Duplex pages slowly? */
81 slow_order, /* Reverse pages slowly? */
83 cups_array_t *pages; /* Pages in document */ member in struct:__anon6981
98 fit_to_page; /* Fit pages to media */
105 int mirror, /* doc->mirror/mirror pages */
106 number_up, /* Number of pages on each sheet */
107 number_up_layout, /* doc->number_up_layout of N-up pages */
109 page_border; /* doc->page_border around pages */
397 * 'add_page()' - Add a page to the pages array.
407 if (!doc->pages)
609 int pages; /* Number of pages */ local
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.c41 #define UCS2_GET_NAMING(pages, hi, lo) \
42 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
46 pages, 3 bits to add to that index and 5 bits to generate the mask.
48 #define UTF8_GET_NAMING2(pages, byte) \
49 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
56 into pages, 3 bits to add to that index and 5 bits to generate the
59 #define UTF8_GET_NAMING3(pages, byte) \
60 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
67 #define UTF8_GET_NAMING(pages, p, n) \
69 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Drballoc.c268 vtd_rballoc(vtd_space_t * bf, vtd_rbaddr_t pages, vtd_rbaddr_t align, vtd_rbaddr_t maxround, argument
279 hwalign = vtd_log2up(pages);
283 size = (pages + hwalign) & ~hwalign;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk6 # number of pages to print the image on and if the output should be
15 # multiple pages. A stamp-sized copy of the source will be shown (called
71 # multiple pages. A stamp-sized copy of the source will be shown (called
301 # how many pages the output should be distributed. This
302 # attribute specifies how many pages should be used horizontaly.
312 # how many pages the output should be distributed. This
313 # attribute specifies how many pages should be used verticaly.
461 itk_component add pages {
462 label $cs.pages -text pages
[all...]
/macosx-10.10.1/libiconv-42/libiconv/tools/
H A Dcjk_tab_to_h.c547 bool pages[0x300]; local
555 pages[p] = false;
560 pages[j>>8] = true;
676 bool pages[0x300]; local
688 /* Fill pages[0x300]. */
690 pages[p] = false;
695 pages[j>>8] = true;
706 if (pages[p]) {
736 if (pages[p] && (p == 0 || !pages[
1838 bool pages[0x4400]; local
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.h35 int page_count, /* Count of pages */
99 page_limit, /* Maximum number of pages */
184 const char *username, int pages,
/macosx-10.10.1/efax-38/efax/
H A Defaxlib.h121 #define MAXPAGE 360 /* number of A4 pages in a 100m roll */
137 /* data for each pages */
140 PAGE pages [ MAXPAGE ] ; /* page data */ member in struct:ifilestruct
143 int totalpages; /* total number of pages */
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnultimate.el84 inc datel table current-page total-contents pages
121 (setq pages 1
124 (while (<= current-page pages)
139 (when (re-search-forward "topic is \\([0-9]+\\) pages" nil t)
140 (setq pages (string-to-number (match-string 1))))
/macosx-10.10.1/rsync-45/rsync/packaging/
H A Drelease-rsync136 - tweak the date in the *.yo files and re-generate the man pages
225 - update rsync*.html man pages
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dnotebook.rb146 tk_send('pages', page)
149 def pages(first=None, last=None) method in class:Tk
150 list(tk_send('pages', first, last))
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c647 uint32_t pages = 0, max_pages = 0; local
659 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL, NULL);
660 max_pages = pages;
668 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL, NULL);
670 if (pages > max_pages) {
671 max_pages = pages;
693 memorystatus_get_task_page_counts(p->task, &pages, NULL, NULL, NULL);
694 max_pages = pages;
1714 uint32_t pages; local
1715 memorystatus_get_task_page_counts(p->task, &pages, NUL
2726 uint32_t pages; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h102 queue_head_t any_free_foreign; /* foreign pages crammed into zone */
106 } pages; /* list of zone_page_metadata structs, which maintain per-page free element lists */ member in struct:zone
116 uint64_t page_count __attribute__((aligned(8))); /* number of pages used by this zone */
120 /* boolean_t */ collectable :1, /* (F) garbage collect empty pages */
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_java_stat319 CompactStats(int fillpercent, int timeout, int pages) {
322 this.compact_pages = pages;
/macosx-10.10.1/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile158 .PHONY: install-top-level-man-pages install-configuration-files
258 # Install any man pages at the top-level directory or its "man" subdirectory
260 install-top-level-man-pages::
262 @echo "Installing top-level man pages..."
/macosx-10.10.1/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile159 .PHONY: install-top-level-man-pages install-configuration-files
259 # Install any man pages at the top-level directory or its "man" subdirectory
261 install-top-level-man-pages::
263 @echo "Installing top-level man pages..."
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsecurity_codesigning.d40 probe eval__static__executable__start(void *me, const char *path, uint32_t pages);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsecurity_codesigning.d40 probe eval__static__executable__start(void *me, const char *path, uint32_t pages);
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dtreeview.tcl40 bind Treeview <KeyPress-Prior> { %W yview scroll -1 pages }
41 bind Treeview <KeyPress-Next> { %W yview scroll 1 pages }
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_put.c82 u_int32_t data_size, have_bytes, need_bytes, needed, pages, pagespace; local
160 * them on overflow pages.
227 pages = 1;
230 pages = 0;
240 pages += ((data_size - 1) / pagespace) + 1;
242 pages += ((key->size - 1) / pagespace) + 1;
244 if (pages > (mpf->mfp->maxpgno - mpf->mfp->last_pgno))
760 * on two different pages.
820 * will be non-NULL, we use Btree pages for sorted dups,
821 * and Recno pages fo
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test103 EXPECT pages-per-minute OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
104 EXPECT pages-per-minute-color OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 IF-DEFINED PRINTER_IS_COLOR
105 EXPECT !pages-per-minute-color IF-NOT-DEFINED PRINTER_IS_COLOR
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl7 # Convert Ousterhout format man pages into highly crosslinked hypertext.
14 # an example of how someone might convert a specific set of man pages
27 # These variables determine where the man pages come from and where
28 # the converted pages go to.
124 # the title for the man pages overall
533 # a target for the standard option references from other man pages.
559 ## in widget and options man pages
1142 # these manual pages have two NAME sections
1489 proc make-man-pages {html args} {
1533 # get the manual pages fo
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl7 # Convert Ousterhout format man pages into highly crosslinked
16 # an example of how someone might convert a specific set of man pages
50 # pages for each section, and broke long table of contents
56 # - converted to same copyright as the man pages.
73 # These variables determine where the man pages come from and where
74 # the converted pages go to.
167 # the title for the man pages overall
405 # from other man pages.
430 ## in widget and options man pages
989 # these manual pages hav
[all...]

Completed in 320 milliseconds

12345678910