Searched refs:copy (Results 51 - 75 of 3230) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpa64-nullify.s10 copy %r3,%r1
11 copy %r30,%r3
32 copy %r3,%r1
33 copy %r30,%r3
50 copy %r3,%r1
51 copy %r30,%r3
60 copy %r27,%r4
63 copy %r4,%r27
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Demalloc.c68 * Permission to use, copy, modify, and distribute this software for any
128 char * copy; local
132 copy = ereallocz(NULL, bytes, 0, FALSE
137 memcpy(copy, str, bytes);
139 return copy;
/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli_extra.S41 copy %arg0, %ret0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/copy/wchar_t/
H A D1.cc16 // You should have received a copy of the GNU General Public License along
20 // basic_string_view::copy
35 csize_type len = str01.copy(buffer, sizeof(buffer), 8);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/copy/char/
H A D1.cc16 // You should have received a copy of the GNU General Public License along
20 // basic_string_view::copy
33 csize_type len = str01.copy(buffer, sizeof(buffer), 8);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Ddefbug.s4 .export vfork ! .label vfork ! .proc! .callinfo no_calls! .entry ! .label __vfork ! mtsp %r0,%sr0! ldil L%0xc0000004,%r1! ble R%0xc0000004(%sr0,%r1)! ldi 66 ,%r22 ! b,n yyy! b,n __vfork ! b _seterrno! copy %r28,%r26! .label yyy
6 copy %r0,%r28
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/copy/wchar_t/
H A D1.cc16 // You should have received a copy of the GNU General Public License along
20 // basic_string_view::copy
35 csize_type len = str01.copy(buffer, sizeof(buffer), 8);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/copy/char/
H A D1.cc16 // You should have received a copy of the GNU General Public License along
20 // basic_string_view::copy
33 csize_type len = str01.copy(buffer, sizeof(buffer), 8);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/netbsd-current/common/dist/zlib/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/netbsd-current/libexec/ld.elf_so/arch/hppa/
H A Drtld_start.S40 copy %r3, %r1
41 copy %sp, %r3
79 copy %arg1, %r4 ; save for later
99 copy %r4, %arg1 ; %arg1 = relocbase
113 copy %r0, %rp
161 copy %r3, %r1
162 copy %sp, %r3
199 copy %r19, %arg1
206 copy %r21, %r19
238 copy
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsb.c19 You should have received a copy of the GNU General Public License
96 size_t copy; local
97 copy = sb_to_scrub->len - (scrub_position - sb_to_scrub->ptr);
98 if (copy > buflen)
99 copy = buflen;
100 memcpy (buf, scrub_position, copy);
101 scrub_position += copy;
102 return copy;
122 size_t copy = s->len - (scrub_position - s->ptr) + do_scrub_pending (); local
123 if (copy
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c27 * - Unroll direct copy to three copies per loop in inffast.c
44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
53 * - Unroll last copy for window match in inflate_fast()
335 unsigned copy, dist; local
354 /* copy state->wsize or less output bytes into the circular window */
355 copy = out - strm->avail_out;
356 if (copy >= state->wsize) {
363 if (dist > copy) dist = copy;
364 zmemcpy(state->window + state->write, strm->next_out - copy, dis
572 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/reloc/
H A Dfuncrelocbug.s10 copy %r3,%r1
11 copy %r30,%r3
19 copy %r19,%r22
22 copy %r31,%r2
23 copy %r28,%r19
45 copy %r3,%r1
46 copy %r30,%r3
55 copy %r19,%r28
89 copy %r3,%r1
90 copy
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-load-buffer.c6 * Permission to use, copy, modify, and distribute this software for any
62 void *copy; local
71 copy = xmalloc(bsize);
72 memcpy(copy, bdata, bsize);
73 if (paste_set(copy, bsize, cdata->name, &cause) != 0) {
76 free(copy);
80 tty_set_selection(&tc->tty, copy, bsize);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
98 unsigned copy));
396 local int updatewindow(strm, end, copy)
399 unsigned copy;
421 /* copy state->wsize or less output bytes into the circular window */
422 if (copy >= state->wsize) {
429 if (dist > copy) dist = copy;
633 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
98 unsigned copy));
396 local int updatewindow(strm, end, copy)
399 unsigned copy;
421 /* copy state->wsize or less output bytes into the circular window */
422 if (copy >= state->wsize) {
429 if (dist > copy) dist = copy;
633 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]

Completed in 386 milliseconds

1234567891011>>