Searched refs:copies (Results 51 - 60 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s91 * ! handle copies smaller than FP_COPY
96 * ! handle copies larger than FP_COPY
347 * In FP copies if we do not have preserved data to restore over
455 * No floating point registers are used by the small copies.
456 * Small copies are from a leaf routine
1154 * Following code is for large copies. We know there is at
2630 ! we come here to align copies on word boundaries
3521 * Following code is for large copies. We know there is at
4478 ! Try aligned copies from here.
4489 ! limit for single byte copies
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s228 / make copies of x & y
H A Dpowf.s224 / make copies of x & y
H A Dpowl.s220 / make copies of x & y
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c872 av[ac++] = arg_string(TRUSTED, "%d", request->copies);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c1000 devmode2->copies = 1;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c920 double rL, rP, rD, D, dedup, compress, copies; local
932 copies = rD / rP;
934 (void) printf("dedup = %.2f, compress = %.2f, copies = %.2f, "
935 "dedup * compress / copies = %.2f\n\n",
936 dedup, compress, copies, dedup * compress / copies);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5056 int copies = 2 * ZIO_DEDUPDITTO_MIN; local
5092 dmu_tx_hold_write(tx, object, 0, copies * blocksize);
5100 * Write all the copies of our block.
5102 for (int i = 0; i < copies; i++) {
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s32 * Note: this does not work for overlapped copies, bcopy() does
280 ! double word copies.
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4215 attributetypes: ( 1.3.18.0.2.4.1118 NAME 'printer-copies-supported' DESC 'The maximum number of copies of a document that may be printed as a single job. A value of "0" indicates no maximum limit. A value of "-1" indicates unknown.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
4344 objectclasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) )

Completed in 160 milliseconds

123