Searched refs:memcpy (Results 1 - 25 of 3678) sorted by relevance

1234567891011>>

/external/syslinux/dos/
H A Dmemcpy.S2 # memcpy.S
4 # Simple 16-bit memcpy() implementation
9 .globl memcpy
10 .type memcpy, @function
11 memcpy: label
23 .size memcpy,.-memcpy
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_intercept_memcpy.cc16 memcpy(buff2, buff1, 5);
23 memcpy(buff2, buff1, 6);
26 // CHECK-NEXT: __asan_{{.*}}memcpy
H A Ddll_intercept_memcpy_indirect.cc17 call_memcpy(&memcpy, buff2, buff1, 5);
24 call_memcpy(&memcpy, buff2, buff1, 6);
27 // CHECK-NEXT: __asan_{{.*}}memcpy
H A Dintercept_memcpy.cc15 call_memcpy(&memcpy, buff2, buff1, 5);
22 call_memcpy(&memcpy, buff2, buff1, 6);
25 // CHECK-NEXT: __asan_{{.*}}memcpy
/external/syslinux/com32/lib/
H A Dseed48.c14 memcpy(oldseed, __rand48_seed, sizeof __rand48_seed);
15 memcpy(__rand48_seed, xsubi, sizeof __rand48_seed);
H A Dmempcpy.c8 /* simply a wrapper around memcpy implementation */
13 return (char *)memcpy(dst, src, n) + n;
H A Dlstrdup.c15 memcpy(d, s, l);
H A Dstrdup.c14 memcpy(d, s, l);
/external/valgrind/none/tests/amd64/
H A Dpcmpxstrx64.c69 memcpy(blockC + 0, &argL, 16);
70 memcpy(blockC + 16, &argR, 16);
71 memcpy(blockC + 24, &rdxIN, 8);
72 memcpy(blockC + 32, &raxIN, 8);
73 memcpy(blockC + 40, &rdxIN, 8);
98 memcpy(blockC + 0, &argL, 16);
99 memcpy(blockC + 16, &argR, 16);
100 memcpy(blockC + 24, &rdxIN, 8);
101 memcpy(blockC + 32, &raxIN, 8);
102 memcpy(block
[all...]
H A Dpcmpxstrx64w.c70 memcpy(blockC + 0, &argL, 16);
71 memcpy(blockC + 16, &argR, 16);
72 memcpy(blockC + 24, &rdxIN, 8);
73 memcpy(blockC + 32, &raxIN, 8);
74 memcpy(blockC + 40, &rdxIN, 8);
99 memcpy(blockC + 0, &argL, 16);
100 memcpy(blockC + 16, &argR, 16);
101 memcpy(blockC + 24, &rdxIN, 8);
102 memcpy(blockC + 32, &raxIN, 8);
103 memcpy(block
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dfastmem.h33 // strings::memcpy_inlined() replaces memcpy()
120 // The standard memcpy operation is slow for variable small sizes.
126 // parameter of memcpy is a constant.
128 case 1: memcpy(dst, src, 1); break;
129 case 2: memcpy(dst, src, 2); break;
130 case 3: memcpy(dst, src, 3); break;
131 case 4: memcpy(dst, src, 4); break;
132 case 5: memcpy(dst, src, 5); break;
133 case 6: memcpy(dst, src, 6); break;
134 case 7: memcpy(ds
[all...]
/external/llvm/lib/Fuzzer/test/
H A DSimpleCmpTest.cpp16 memcpy(&x, Data, 8);
17 memcpy(&y, Data + Size - 8, 8);
18 memcpy(&z, Data + Size / 2, sizeof(z));
19 memcpy(&a, Data + Size / 2 + 4, sizeof(a));
/external/syslinux/memdisk/
H A Dmemcpy.S29 * memcpy.S
31 * Reasonably efficient memcpy, using aligned transfers at least
36 .globl memcpy
37 .type memcpy, @function
38 memcpy: label
86 .size memcpy, .-memcpy
/external/syslinux/gpxe/src/crypto/
H A Daes_wrap.c58 memcpy ( B, A, 8 );
59 memcpy ( B + 8, R, 8 );
61 memcpy ( A, B, 8 );
63 memcpy ( R, B + 8, 8 );
97 memcpy ( A, src, 8 );
104 memcpy ( B, A, 8 );
105 memcpy ( B + 8, R, 8 );
108 memcpy ( A, B, 8 );
109 memcpy ( R, B + 8, 8 );
/external/bison/lib/
H A Dspawnattr_setsigmask.c30 memcpy (&attr->_ss, sigmask, sizeof (sigset_t));
H A Dxmemdup0.c41 memcpy (result, p, s);
/external/clang/test/Analysis/
H A Dexercise-ps.c21 memcpy((&x[1]), (buf), 1); // expected-warning{{implicitly declaring library function 'memcpy' with type 'void *(void *, const void *}} \
22 // expected-note{{include the header <string.h> or explicitly provide a declaration for 'memcpy'}}
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_memcpy.S1 //===-- aeabi_memcpy.S - EABI memcpy implementation -----------------------===//
12 // void __aeabi_memcpy(void *dest, void *src, size_t n) { memcpy(dest, src, n); }
17 b memcpy
/external/compiler-rt/make/platform/
H A Dclang_darwin_test_input.c14 memcpy(&x,&argc,sizeof(int));
/external/compiler-rt/test/asan/TestCases/
H A Dprintf-5.c2 // We need replace_intrin=0 to avoid reporting errors in memcpy.
18 memcpy((char *)fmt, "%c %d %f %s\n", sizeof(fmt));
/external/compiler-rt/test/lsan/TestCases/
H A Duse_unaligned.cc17 memcpy(char_arr + 1, &p, sizeof(p));
/external/libvpx/libvpx/vp8/common/
H A Dcopy_c.c22 memcpy(dst_ptr, src_ptr, 32);
/external/llvm/lib/Support/
H A DStringSaver.cpp16 memcpy(P, S.data(), S.size());
/external/syslinux/gpxe/src/core/
H A Dcpio.c41 memcpy ( field, buf, 8 );
/external/syslinux/gpxe/src/libgcc/
H A Dmemcpy.c3 * gcc sometimes likes to insert implicit calls to memcpy().
5 * doing this, or to force it to use the optimised memcpy() as seen by
6 * C code; it insists on inserting a symbol reference to "memcpy". We
14 size_t len ) asm ( "memcpy" );
17 return memcpy ( dest, src, len );

Completed in 678 milliseconds

1234567891011>>