HomeSort by: relevance | last modified time | path
    Searched defs:bcopy (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/common/lib/libc/arch/ia64/string/
bcopy.S 1 /* $NetBSD: bcopy.S,v 1.1 2016/08/05 15:06:02 scole Exp $ */
28 * __FBSDID("$FreeBSD: releng/10.1/lib/libc/ia64/string/bcopy.S 125669 2004-02-10 20:45:28Z cperciva $");
35 * bcopy(const void *src, void *dst, size_t len);
39 * Not the fastest bcopy in the world.
41 ENTRY(bcopy, 3) function
102 END(bcopy)
  /src/lib/libc/arch/vax/string/
bcopy.S 1 /* $NetBSD: bcopy.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */
31 /* bcopy(from, to, size) */
36 /* .asciz "@(#)bcopy.s 8.1 (Berkeley) 6/4/93" */
37 RCSID("$NetBSD: bcopy.S,v 1.4 2011/01/25 02:38:15 matt Exp $")
41 ENTRY(bcopy, R6) function
78 END(bcopy)
  /src/lib/libc/string/
Lint_bcopy.c 12 bcopy(const void *src, void *dst, size_t len) function
  /src/common/lib/libc/arch/arm/string/
memmove.S 38 /* bcopy = memcpy/memmove with arguments reversed. */
39 /* LINTSTUB: Func: void bcopy(void *, void *, size_t) */
40 ENTRY(bcopy) function
585 END(bcopy)
588 #if defined(__ARM_EABI__) && !defined(BCOPY) && !defined(_RUMPKERNEL)
  /src/common/lib/libc/arch/or1k/string/
memmove.S 55 /* bcopy = memcpy/memmove with arguments reversed. */
56 /* LINTSTUB: Func: void bcopy(void *, void *, size_t) */
57 ENTRY(bcopy) function
215 END(bcopy)
  /src/common/lib/libc/arch/i386/string/small/
memcpy.S 34 # ifdef BCOPY
35 ENTRY(bcopy) function
74 # ifdef BCOPY
75 END(bcopy)
  /src/common/lib/libc/arch/x86_64/string/
bcopy.S 35 RCSID("$NetBSD: bcopy.S,v 1.5 2014/03/22 19:16:34 jakllsch Exp $")
39 * (ov)bcopy (src,dst,cnt)
52 ENTRY(bcopy) function
61 xchgq %rdi,%rsi /* bcopy() has arg order reversed */
168 END(bcopy)
  /src/include/ssp/
strings.h 38 #define bcopy(src, dst, len) \ macro
  /src/common/lib/libc/arch/i386/string/
memcpy.S 42 * (ov)bcopy (src,dst,cnt)
46 #ifdef BCOPY
47 ENTRY(bcopy) function
135 #ifdef BCOPY
136 END(bcopy)
  /src/external/gpl3/binutils/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/external/gpl3/binutils.old/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/external/gpl3/gcc/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/external/gpl3/gcc.old/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/external/gpl3/gdb/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/external/gpl3/gdb.old/dist/libiberty/
bcopy.c 0 /* bcopy -- copy memory regions of arbitary length
3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
6 @var{out}. The use of @code{bcopy} is deprecated in new programs.
15 bcopy (const void *src, void *dest, size_t len) function
  /src/common/lib/libc/arch/powerpc/string/
memmove.S 57 /* bcopy = memcpy/memmove with arguments reversed. */
58 /* LINTSTUB: Func: void bcopy(void *, void *, size_t) */
59 ENTRY(bcopy) function
179 END(bcopy)
  /src/common/lib/libc/string/
bcopy.c 1 /* $NetBSD: bcopy.c,v 1.13 2018/02/12 11:14:15 martin Exp $ */
38 static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: bcopy.c,v 1.13 2018/02/12 11:14:15 martin Exp $");
55 #undef bcopy macro
73 * (the portable versions of) bcopy, memcpy, and memmove.
83 bcopy(const void *src0, void *dst0, size_t length)
196 bcopy(const void *s2, void *s1, size_t n) function
  /src/sys/arch/vax/boot/common/
str.S 94 * memcpy and bcopy are the same, except for argument order. Silly stuff.
100 ENTRY(bcopy,0) function
  /src/common/lib/libc/arch/sh3/string/
memcpy.S 36 #if !defined(MEMCOPY) && !defined(MEMMOVE) && !defined(BCOPY)
55 #elif defined(BCOPY)
56 ENTRY(bcopy) function
  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 35 #define bcopy(a, b, c) memcpy(b, a, c) macro
61 bcopy(keyMaterial, key->keyMaterial, keyLen/8);
86 bcopy(IV, cipher->IV, MAX_IV_SIZE);
120 bcopy(cipher->IV, block, 16);
121 bcopy(input, iv, 16);
136 bcopy(outBuffer, block, 16);
137 bcopy(input, iv, 16);
156 bcopy(cipher->IV, iv, 16);
233 bcopy(input, block, 16 - padLen);
297 bcopy(cipher->IV, iv, 16);
    [all...]
rijndael-alg-fst.c 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 39 * Swap args for bcopy. Gcc generates calls to memcpy for
46 ENTRY(bcopy) /* src, dest, size */ function
  /src/external/gpl3/gcc/dist/libssp/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /src/usr.sbin/mrouted/
defs.h 91 #define bcopy(a, b, c) memcpy(b, a, c) macro

Completed in 27 milliseconds

1 2