Searched refs:memcpy (Results 26 - 50 of 3678) sorted by relevance

1234567891011>>

/external/curl/lib/
H A Dstrdup.c51 memcpy(newstr, str, (len+1)*sizeof(char));
74 memcpy(buffer, src, length);
/external/libchrome/sandbox/linux/suid/common/
H A Dsuid_unsafe_environment_variables.h22 #include <string.h> // memcpy
67 memcpy(saved_envvar, "SANDBOX_", 8);
68 memcpy(saved_envvar + 8, envvar, envvar_len);
/external/libvpx/libvpx/vp8/common/
H A Dcommon.h29 memcpy(Dest, Src, sizeof(Src)); \
37 memcpy(Dest, Src, N * sizeof(*Src)); \
/external/e2fsprogs/intl/
H A Dos2compat.c61 memcpy (_nlos2_libdir, root, sl);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
75 memcpy (_nlos2_localealiaspath, root, sl);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
89 memcpy (_nlos2_localedir, root, sl);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp5 extern "C" void *memcpy(void *s1, const void *s2, unsigned n);
22 memcpy(&dest, &source, sizeof(dest));
50 memcpy(&s, 0, sizeof(&s)); // \
51 // expected-warning {{'memcpy' call operates on objects of type 'S' while the size is based on a different type 'S *'}} expected-note{{did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)?}}
52 memcpy(0, &s, sizeof(&s)); // \
53 // expected-warning {{'memcpy' call operates on objects of type 'S' while the size is based on a different type 'S *'}} expected-note{{did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)?}}
76 memcpy(&foo, &const_foo, sizeof(Foo));
77 memcpy((void*)&s, 0, sizeof(&s));
78 memcpy(0, (void*)&s, sizeof(&s));
80 memcpy(
[all...]
/external/vboot_reference/tests/
H A Dvb21_common2_tests.c34 memcpy(key2, key, size);
38 memcpy(key2, key, size);
44 memcpy(key2, key, size);
50 memcpy(key2, key, size);
56 memcpy(key2, key, size);
62 memcpy(key2, key, size);
77 memcpy(key2, key, size);
82 memcpy(key2, key, size);
88 memcpy(key2, key, size);
94 memcpy(key
[all...]
/external/syslinux/com32/lib/
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
90 .size memcpy, .-memcpy
H A Dstrreplace.c52 memcpy(out, string, token - string);
53 memcpy(out + (token - string), string_to_insert, silen);
54 memcpy(out + (token - string) + silen, token + srlen,
/external/webrtc/webrtc/test/testsupport/
H A Dunittest_utils.h43 memcpy(packet_data_pointer_, packet1_, kPacketSizeInBytes);
44 memcpy(packet_data_pointer_ + kPacketSizeInBytes, packet2_,
46 memcpy(packet_data_pointer_ + kPacketSizeInBytes * 2, packet3_, 1);
/external/compiler-rt/test/asan/TestCases/
H A Dmemset_test.cc1 // Test that large memset/memcpy/memmove check the entire range.
53 memcpy(q, p, 3000);
55 // On Mac, memmove and memcpy are the same. Accept either one.
56 // CHECK-MEMCPY: in {{.*(memmove|memcpy)}}
60 // CHECK-MEMMOVE: in {{.*(memmove|memcpy)}}
62 volatile memcpy_t my_memcpy = &memcpy;
/external/compiler-rt/test/tsan/
H A Dmemcpy_race.cc11 memcpy(data+5, data1, size);
19 memcpy(data+3, data2, size);
37 // CHECK: #0 {{(memcpy|memmove)}}
40 // CHECK: #0 {{(memcpy|memmove)}}
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp28 memcpy(fWidths, widths, sizeof(fWidths));
29 memcpy(fStyles, styles, sizeof(fStyles));
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dresample_48khz.c41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(int32_t));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(int32_t));
79 memcpy(tmpmem + 8, state->S_32_24, 8 * sizeof(int32_t));
80 memcpy(state->S_32_24, tmpmem + 328, 8 * sizeof(int32_t));
123 memcpy(tmpmem + 8, state->S_24_16, 8 * sizeof(int32_t));
124 memcpy(state->S_24_16, tmpmem + 248, 8 * sizeof(int32_t));
162 memcpy(tmpmem + 256, state->S_16_12, 8 * sizeof(int32_t));
163 memcpy(state->S_16_12, tmpmem + 416, 8 * sizeof(int32_t));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_strategy.cc28 memcpy(payload, &last_payload_, sizeof(*payload));
34 memcpy(&last_payload_, &payload, sizeof(last_payload_));
/external/webrtc/webrtc/voice_engine/
H A Dvoe_codec_unittest.cc68 memcpy(&valid_secondary_, &my_codec, sizeof(my_codec));
72 memcpy(&invalid_secondary_, &my_codec, sizeof(my_codec));
76 memcpy(&primary_, &my_codec, sizeof(my_codec));
114 memcpy(&codec2, &codec1, sizeof(CodecInst));
125 memcpy(&codec2, &codec1, sizeof(CodecInst));
135 memcpy(&codec2, &codec1, sizeof(CodecInst));
141 memcpy(&codec2, &codec1, sizeof(CodecInst));
147 memcpy(&codec2, &codec1, sizeof(CodecInst));
/external/clang/test/Analysis/
H A Dbstring.c11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
19 // declared carefully! See memcpy() for an example.
32 // memcpy()
41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1) macro
45 #define memcpy BUILTIN(memcpy) macro
46 void *memcpy(void *restrict s1, const void *restrict s2, size_t n);
55 memcpy(dst, src, 4); // no-warning
57 clang_analyzer_eval(memcpy(dst, src, 4) == dst); // expected-warning{{TRUE}}
68 memcpy(ds
[all...]
/external/bison/lib/
H A Dstrndup.c35 return memcpy (new, s, len);
/external/c-ares/
H A Dares_strdup.c34 memcpy(s2, s1, sz * sizeof(char));
/external/curl/src/
H A Dtool_strdup.c42 memcpy(newstr, str, (len+1)*sizeof(char));
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceDefault.h24 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void* dst, const void* src, size_t n) const { function in struct:Eigen::DefaultDevice
25 ::memcpy(dst, src, n);
28 memcpy(dst, src, n);
31 memcpy(dst, src, n);
/external/fio/
H A Dfifo.c57 memcpy(fifo->buffer + (fifo->in & (fifo->size - 1)), buffer, l);
60 memcpy(fifo->buffer, buffer + l, len - l);
83 memcpy(buf, fifo->buffer + (fifo->out & (fifo->size - 1)), l);
88 memcpy(buf + l, fifo->buffer, len - l);
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample2.cc44 memcpy(clone, a_c_string, len + 1);
/external/googletest/googletest/samples/
H A Dsample2.cc44 memcpy(clone, a_c_string, len + 1);
/external/libcxxabi/fuzz/
H A Dcxa_demangle_fuzzer.cpp10 memcpy(str, data, size);
/external/libese/libese-sysdeps/
H A Dandroid-sysdeps.c21 return memcpy(__dest, __src, __n);

Completed in 642 milliseconds

1234567891011>>