Searched refs:copy (Results 76 - 100 of 202) sorted by relevance

123456789

/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36 * o2 number of bytes to copy (must be a multiple of 4)
61 brz,pn %o2, .done ! Skip out if no bytes to copy.
129 ! aligned. So, use ld and st instructions rather than trying to copy stuff
135 andcc %o2, 15, %o3 ! Mod 16 of number of bytes to copy.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm36 # For overloaded ops with only one argument we simple use $_[0]->copy() to
43 '=' => sub { $_[0]->copy(); },
75 'log' => sub { $_[0]->copy()->blog($_[1]); },
76 'int' => sub { $_[0]->copy(); },
77 'neg' => sub { $_[0]->copy()->bneg(); },
78 'abs' => sub { $_[0]->copy()->babs(); },
79 'sqrt' => sub { $_[0]->copy()->bsqrt(); },
80 '~' => sub { $_[0]->copy()->bnot(); },
83 '-' => sub { my $c = $_[0]->copy; $_[2] ?
86 '+' => sub { $_[0]->copy()
440 sub copy subroutine
[all...]
H A DBigRat.pm115 $self->{_n} = $n->copy(); # "mantissa" = $n
128 return $n->copy() if ref $n;
233 sub copy subroutine
251 $self->{_d} = $x->{_d}->copy();
252 $self->{_n} = $x->{_n}->copy();
442 my $m = $y->{_n}->copy()->bmul($x->{_d});
595 my $u = $x->copy()->babs();
744 my $n = $x->{_n}->copy(); $n->{sign} = $x->{sign};
753 $x->{_d}->copy();
764 my $n = $x->{_n}->copy();
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 ! tracked since it bounds our maximum copy size. However,
50 ! Once this has occurred, we copy based upon destination alignment.
79 bnz,a %ncc, .alignsrc ! no, copy another byte
121 bz,pn %ncc, .done ! yup, copy done, return length
126 bz,pn %ncc, .done ! yup, copy done, return length
131 bz,pn %ncc, .done ! yup, copy done, return length
136 bz,pn %ncc, .done ! yup, copy done, return length
141 bz,pn %ncc, .done ! yup, copy done, return length
146 bz,pn %ncc, .done ! yup, copy don
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
184 * sysevent_dup - Allocate and copy an event buffer
192 sysevent_t *copy; local
199 copy = calloc(1, attr_offset);
200 if (copy == NULL)
202 bcopy(ev, copy, attr_offset);
206 free(copy);
210 SE_ATTR_PTR(copy) = (uintptr_t)cnvl;
211 SE_FLAG(copy) = 0; /* unpacked */
212 return (copy);
654 sysevent_t *copy; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c16 You should have received a copy of the GNU General Public License
648 .copy = swap_copy,
659 .copy = NULL,
675 .copy = swap_copy,
686 .copy = NULL,
702 .copy = swap_copy,
713 .copy = NULL,
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h16 You should have received a copy of the GNU General Public License
47 PedFileSystem* (*copy) (const PedFileSystem* fs, PedGeometry* geom, member in struct:_PedFileSystemOps
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dasfs.c16 You should have received a copy of the GNU General Public License
128 .copy = NULL,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
H A Dsolaris_x86.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
147 .copy = NULL,
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31 * Copy s2 to s1, always copy n bytes.
59 * copy bytes; exit with dst addr
61 * copy with ldw/stw; branch to finish_up
63 * copy with ldx/stx; branch to finish_up
65 * copy bytes; exit with dst addr
69 * copy words; branch to finish_up
77 * copy bytes; exit with dst addr
83 * copy with ldx/stx in 8-way unrolled loop;
84 * copy fina
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
57 ! bytes remain to be copied, strncpy will copy null bytes into
72 blu .shortcpy ! n < 7, use byte-wise copy
90 bnz .alignsrc ! no, copy another byte
152 nop ! pad to align copy loop below
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c15 You should have received a copy of the GNU General Public License
271 .copy = NULL,
289 .copy = NULL,
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinit.sh6 # gives unlimited permission to copy and/or distribute it,
33 * You should have received a copy of the GNU General Public License
H A Dgensymlist.sh6 # gives unlimited permission to copy and/or distribute it,
30 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c534 CURSOR *cp, copy; local
564 copy = *cp;
674 *cp = copy;
691 CURSOR *cp, copy; local
725 copy = *cp;
760 cp->recno = copy.recno + 1;
767 cp->recno = copy.recno;
779 *cp = copy;
1031 * part of the log holding the copy of the file could be discarded, and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL139 # ExtUtils::Constant, otherwise use cached copy in fallback/
194 copy($fallback, $file) or die "fatal: Can't copy $fallback to $file: $!";
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.sh9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
39 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
104 movq %rdx, (%rdi) / copy this quadword to (%rdi)
113 movb %dl, (%rdi) / copy %dl to (%rdi)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
101 movl %edx, (%edi) / copy this word to (%edi)
110 movb %dl, (%edi) / copy %dl to (%edi)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
957 shadow_pq_t copy; local
962 if (shadow_pq_init(&copy, shadow_priority) != 0) {
968 if (shadow_pq_enqueue(&copy, sep) != 0) {
978 while ((sep = shadow_pq_dequeue(&copy)) != NULL) {
984 shadow_pq_fini(&copy);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm89 use File::Copy qw(copy);
126 #copy the tree to the target directory without altering
179 copy($sourcefile, $targetfile) unless $nonono;
256 Calls install() with arguments to copy a module from blib/ to the
415 use File::Copy qw(copy);
461 copy($from,$to);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pm310 But a warning is in order. When using the following to make a copy of a number,
311 only a shallow copy will be made.
316 Using the copy or the original with overloaded math is okay, e.g. the
323 B<both> the original and the copy beeing destroyed:
339 See the documentation about the copy constructor and C<=> in overload, as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c333 /* We operate on a copy of the pattern */
437 /* copy part up to the brace */
799 /* Find end of next segment, copy tentatively to pathend. */
998 char *copy; local
1033 New(0, copy, p-path, char);
1034 if (copy != NULL) {
1035 if (g_Ctoc(path, copy, len)) {
1036 Safefree(copy);
1039 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
1049 return(copy
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
337 * (if the specified attribute type is found), and copy it to a template.
340 * for doing the copy.
1213 CK_ATTRIBUTE_PTR template, boolean_t copy)
1251 if (!copy) {
1276 if (copy) {
1298 CK_ATTRIBUTE_PTR template, boolean_t copy)
1370 template, copy));
1391 boolean_t copy)
1401 copy);
1212 kms_set_common_key_attribute(kms_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
1297 kms_set_secret_key_attribute(kms_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
1390 kms_set_attribute(kms_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
[all...]
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE6 * the License. You may obtain a copy of the License at
43 * the License. You may obtain a copy of the License at
81 * the License. You may obtain a copy of the License at
118 * the License. You may obtain a copy of the License at
155 * the License. You may obtain a copy of the License at
193 * the License. You may obtain a copy of the License at
229 * the License. You may obtain a copy of the License at
268 * the License. You may obtain a copy of the License at

Completed in 165 milliseconds

123456789