| /netbsd-src/usr.bin/bdes/ |
| H A D | bdes.c | 94 #define MEMCPY(dest,src,len) bcopy((src),(dest),(len)) macro 606 MEMCPY(BUFFER(ivec), BUFFER(msgbuf), 8); in cbcenc() 639 MEMCPY(BUFFER(ibuf), BUFFER(msgbuf), 8); in cbcdec() 643 MEMCPY(BUFFER(ivec), BUFFER(ibuf), 8); in cbcdec() 680 MEMCPY(BUFFER(ivec), BUFFER(encbuf), 8); in cbcauth() 726 MEMCPY(BUFFER(msgbuf), BUFFER(ivec), 8); in cfbenc() 741 MEMCPY(BUFFER(msgbuf), BUFFER(ivec), 8); in cfbenc() 770 MEMCPY(BUFFER(msgbuf), BUFFER(ivec), 8); in cfbdec() 816 MEMCPY(BUFFER(msgbuf), BUFFER(ivec), 8); in cfbaenc() 834 MEMCPY(BUFFER(msgbuf), BUFFER(ivec), 8); in cfbaenc() [all …]
|
| /netbsd-src/bin/ed/ |
| H A D | cbc.c | 100 #define MEMCPY(dest,src,len) memcpy((dest),(src),(len)) macro 399 MEMCPY(BUFFER(ivec), BUFFER(msgbuf), 8); in cbc_encode() 412 (void)MEMCPY(BUFFER(msgbuf + n), BUFFER(pvec), 8 - n); in cbc_encode() 436 MEMCPY(BUFFER(inbuf), BUFFER(msgbuf), 8); in cbc_decode() 440 MEMCPY(BUFFER(ivec), BUFFER(inbuf), 8); in cbc_decode()
|
| /netbsd-src/common/lib/libc/arch/i386/string/ |
| H A D | memcpy.S | 52 #define MEMCPY macro 59 #if defined(MEMCPY) || defined(MEMMOVE) 83 #if defined(MEMCPY) || defined(MEMMOVE)
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_argv.c | 77 MEMCPY(exp->args[exp->argsoff]->bp, cmd, cmdlen); in argv_exp0() 346 MEMCPY(p, exp->lastbcomm, tlen); in argv_fexp() 362 MEMCPY(p, wp, wlen); in argv_fexp() 377 MEMCPY(p, wp, wlen); in argv_fexp() 572 MEMCPY(n, wp, wlen); in argv_lexp() 578 MEMCPY(n, wp, wlen); in argv_lexp()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | multibyte.h | 107 #define MEMCPY(p, t, len) memcpy(p, t, (len) * sizeof(*(p))) macro 113 ((void *)((char *)MEMCPY(p, t, len) + (len) * sizeof(*(p))))
|
| H A D | log4.c | 127 MEMCPY(&ep->lsn_cur, &ep->lsn_first, 1); in log_init() 128 MEMCPY(&ep->lsn_high, &ep->lsn_first, 1); in log_init() 224 MEMCPY(&ep->lsn_high, &ep->lsn_cur, 1); in log_cursor1()
|
| H A D | vi_rec.c | 276 MEMCPY(&lsn, &ep->lsn_cur, 1); in __vi_log_traverse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 60 case RTLIB::MEMCPY: in EmitSpecializedLibcall() 190 Alignment.value(), RTLIB::MEMCPY); in EmitTargetCodeForMemcpy() 194 Alignment.value(), RTLIB::MEMCPY); in EmitTargetCodeForMemcpy() 233 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
|
| H A D | ARMScheduleM4.td | 97 def : M4UnitL1I<(instregex "CMP_SWAP", "JUMPTABLE", "MEMCPY")>;
|
| /netbsd-src/sys/lib/libkern/arch/hppa/ |
| H A D | memcpy.S | 3 #define MEMCPY macro
|
| H A D | bcopy.S | 490 #if !(defined(SPCOPY) || defined(MEMCPY) || defined(MEMMOVE)) 550 #ifdef MEMCPY
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cc | 208 MEMCPY, enumerator 316 case Event::MEMCPY: in HandleEvent() 466 Event event(Event::MEMCPY, dst, (uptr)src, size); in Memcpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFSelectionDAGInfo.cpp | 37 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
|
| H A D | BPFISelLowering.h | 31 MEMCPY enumerator
|
| H A D | BPFInstrInfo.cpp | 116 if (MI.getOpcode() == BPF::MEMCPY) { in expandPostRAPseudo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | strftime.c | 103 # define MEMCPY(d, s, n) __wmemcpy (d, s, n) macro 113 # define MEMCPY(d, s, n) bcopy ((s), (d), (n)) macro 115 # define MEMCPY(d, s, n) memcpy ((d), (s), (n)) macro 294 MEMCPY ((PTR) p, (const PTR) (s), _n))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMemIntrinsicResults.cpp | 159 bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) || in optimizeCall()
|
| H A D | WebAssemblyPeephole.cpp | 159 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strftime.c | 90 # define MEMCPY(d, s, n) __wmemcpy (d, s, n) macro 99 # define MEMCPY(d, s, n) memcpy (d, s, n) macro 199 MEMCPY ((void *) p, (void const *) (s), _n))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| H A D | microblaze.opt | 55 Target Mask(MEMCPY)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| H A D | microblaze.opt | 55 Target Mask(MEMCPY)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/ |
| H A D | loongarch.opt.in | 146 Target Mask(MEMCPY) Save
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | loongarch.opt | 153 Target Mask(MEMCPY) Save
|