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

1234567891011>>

/external/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/chromium_org/third_party/brotli/src/brotli/enc/
H A Dport.h103 memcpy(&t, p, sizeof t);
108 memcpy(p, &v, sizeof v);
118 memcpy(&t, p, sizeof t);
124 memcpy(&t, p, sizeof t);
129 memcpy(p, &v, sizeof v);
133 memcpy(p, &v, sizeof v);
H A Dringbuffer.h48 memcpy(&buffer_[masked_pos], bytes, n);
52 memcpy(&buffer_[masked_pos], bytes,
56 memcpy(&buffer_[0], bytes + ((1 << window_bits_) - masked_pos),
74 memcpy(&buffer_[p], bytes, std::min(n, (1 << tail_bits_) - masked_pos));
/external/chromium_org/chrome/browser/sessions/
H A Dsession_command.cc20 memcpy(contents(), pickle.data(), pickle.size());
26 memcpy(dest, &(contents_[0]), count);
/external/chromium_org/third_party/skia/experimental/ChromeUtils/
H A DSkBorder.cpp28 memcpy(fWidths, widths, sizeof(fWidths));
29 memcpy(fStyles, styles, sizeof(fStyles));
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dxstrdup.c52 memcpy(copy, str, len);
65 memcpy(copy, str, len);
/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.cc14 memcpy(data+5, data1, size);
21 memcpy(data+3, data2, size);
38 // CHECK: #0 memcpy
41 // CHECK: #0 memcpy
/external/openssl/crypto/rsa/
H A Drsa_none.c80 memcpy(to,from,(unsigned int)flen);
95 memcpy(to+tlen-flen,from,flen);
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp28 memcpy(fWidths, widths, sizeof(fWidths));
29 memcpy(fStyles, styles, sizeof(fStyles));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c101 VG_(memcpy)(&mach->__fpu_xmm0, &vex->guest_YMM0, sizeof(mach->__fpu_xmm0));
102 VG_(memcpy)(&mach->__fpu_xmm1, &vex->guest_YMM1, sizeof(mach->__fpu_xmm1));
103 VG_(memcpy)(&mach->__fpu_xmm2, &vex->guest_YMM2, sizeof(mach->__fpu_xmm2));
104 VG_(memcpy)(&mach->__fpu_xmm3, &vex->guest_YMM3, sizeof(mach->__fpu_xmm3));
105 VG_(memcpy)(&mach->__fpu_xmm4, &vex->guest_YMM4, sizeof(mach->__fpu_xmm4));
106 VG_(memcpy)(&mach->__fpu_xmm5, &vex->guest_YMM5, sizeof(mach->__fpu_xmm5));
107 VG_(memcpy)(&mach->__fpu_xmm6, &vex->guest_YMM6, sizeof(mach->__fpu_xmm6));
108 VG_(memcpy)(&mach->__fpu_xmm7, &vex->guest_YMM7, sizeof(mach->__fpu_xmm7));
109 VG_(memcpy)(&mach->__fpu_xmm8, &vex->guest_YMM8, sizeof(mach->__fpu_xmm8));
110 VG_(memcpy)(
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_48khz.c41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(WebRtc_Word32));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(WebRtc_Word32));
79 memcpy(tmpmem + 8, state->S_32_24, 8 * sizeof(WebRtc_Word32));
80 memcpy(state->S_32_24, tmpmem + 328, 8 * sizeof(WebRtc_Word32));
123 memcpy(tmpmem + 8, state->S_24_16, 8 * sizeof(WebRtc_Word32));
124 memcpy(state->S_24_16, tmpmem + 248, 8 * sizeof(WebRtc_Word32));
162 memcpy(tmpmem + 256, state->S_16_12, 8 * sizeof(WebRtc_Word32));
163 memcpy(state->S_16_12, tmpmem + 416, 8 * sizeof(WebRtc_Word32));
/external/bison/lib/
H A Dstrndup.c35 return memcpy (new, s, len);
/external/chromium_org/components/variations/
H A Dmetrics_util.cc22 memcpy(&bits, sha1_hash, sizeof(bits));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dhtons.c17 memcpy(&result, result_bytes, 2);
H A Dntohl.c13 memcpy(input, &networklong, 4);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_setschedparam.c61 memcpy (&(*attr)->param, param, sizeof (*param));
/external/chromium_org/testing/gtest/samples/
H A Dsample2.cc44 memcpy(clone, a_c_string, len + 1);
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp20 memcpy(fDataPtr, dataPtr, fSize);
/external/compiler-rt/lib/tsan/
H A Dcheck_memcpy.sh3 # Ensure that tsan runtime does not contain compiler-emitted memcpy and memset calls.
22 echo FAIL: found $NCALL memcpy/memset calls
29 echo FAIL: found $NCALL memcpy/memset calls
/external/dhcpcd/
H A Dduid.c77 memcpy(p, &type, 2);
80 memcpy(p, &hw, 2);
86 memcpy(p, &ul, 4);
89 memcpy(p, iface->hwaddr, iface->hwlen);
/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/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemcpy.S0 /* memcpy.S: optimised assembly memcpy
18 # void *memcpy(void *to, const char *from, size_t count)
24 .globl memcpy,__memcpy_end
25 .type memcpy,@function
26 memcpy: label
98 .size memcpy, __memcpy_end-memcpy
116 # abuse memcpy to do the dirty work
117 call memcpy
[all...]

Completed in 2028 milliseconds

1234567891011>>