Searched refs:copies (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/filter/
H A Dgziptoany.c36 int copies; /* Number of copies */ local
46 _("Usage: %s job-id user title copies options [file]"),
53 * raw queue or raw print file, so we need to make copies...
57 copies = atoi(argv[4]);
59 copies = 1;
75 while (copies > 0)
93 copies --;
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb.c51 int print_fd, int copies, int argc, char *argv[]);
99 int copies, /* I - Copies to print */
115 (void)copies;
129 * printer-uri job-id user title copies options [file]
137 int copies; /* Number of copies to print */ local
183 _("Usage: %s job-id user title copies options [file]"),
227 copies = 1;
241 copies = atoi(argv[4]);
248 status = print_device(uri, hostname, resource, options, print_fd, copies,
94 print_device(const char *uri, const char *hostname, const char *resource, char *options, int print_fd, int copies, int argc, char *argv[]) argument
[all...]
H A Dsocket.c52 * printer-uri job-id user title copies options [file]
69 int copies; /* Number of copies to print */ local
127 _("Usage: %s job-id user title copies options [file]"),
140 copies = 1;
154 copies = atoi(argv[4]);
415 while (copies > 0 && tbytes >= 0)
417 copies --;
/macosx-10.10.1/cups-408/cups/monitor/
H A Dbcp.c43 int copies; /* Number of copies left */ local
56 _("Usage: %s job-id user title copies options [file]"),
63 copies = 1;
68 copies = atoi(argv[4]);
88 while (copies > 0)
90 copies --;
H A Dtbcp.c43 int copies; /* Number of copies left */ local
55 _("Usage: %s job-id user title copies options [file]"),
62 copies = 1;
67 copies = atoi(argv[4]);
81 while (copies > 0)
83 copies --;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DVectorElementize.cpp103 std::vector<MachineInstr *>& copies);
106 std::vector<MachineInstr *>& copies);
109 std::vector<MachineInstr *>& copies);
112 std::vector<MachineInstr *>& copies);
167 ///the size of the destination vector register gives the number of scalar copies
168 ///needed. For VecStore, size of getOperand(1) gives the number of scalar copies
170 ///number of scalar copies needed.
243 std::vector<MachineInstr *>& copies) {
244 copies.push_back(F.CloneMachineInstr(Instr));
246 MachineInstr *copy=copies[
242 createLoadCopy(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
279 createStoreCopy(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
315 createVecShuffle(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
351 createVecExtract(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
375 createVecInsert(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
411 createVecBuild(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
438 createVecDest(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
470 createCopies(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
554 std::vector<MachineInstr *> copies; local
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A DNWGNUhead.inc57 @echo $(DL)install . . . . . builds libs and nlms and copies install files to$(DL)
59 @echo $(DL)installdev. . . . copies headers and files needed for development to$(DL)
/macosx-10.10.1/apr-32/apr/apr/build/
H A DNWGNUhead.inc47 @echo $(DL)install . . . . . builds libs and nlms and copies install files to$(DL)
49 @echo $(DL)installdev. . . . copies headers and files needed for development to$(DL)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dbinhex.el92 "Insert COUNT copies of CHARACTER into BUFFER."
/macosx-10.10.1/bind9-45.101/bind9/bin/rndc/
H A Drndc.conf7 * copyright notice and this permission notice appear in all copies.
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dndc.conf7 * copyright notice and this permission notice appear in all copies.
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/addzone/ns2/
H A Dnamed1.conf6 * copyright notice and this permission notice appear in all copies.
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed01.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed02.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed03.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed04.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed05.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed06.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed07.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed08.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed09.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed10.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed11.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed12.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed21.conf6 * copyright notice and this permission notice appear in all copies.

Completed in 222 milliseconds

1234567891011>>