Searched refs:memmove (Results 176 - 200 of 584) sorted by relevance

1234567891011>>

/external/pdfium/third_party/lcms/src/
H A Dcmsintrp.c1034 memmove(&p1.Domain[0], &p ->Domain[1], 3*sizeof(cmsUInt32Number));
1079 memmove(&p1.Domain[0], &p16 ->Domain[1], 4*sizeof(cmsUInt32Number));
1121 memmove(&p1.Domain[0], &p ->Domain[1], 4*sizeof(cmsUInt32Number));
1166 memmove(&p1.Domain[0], &p16 ->Domain[1], 5*sizeof(cmsUInt32Number));
1208 memmove(&p1.Domain[0], &p ->Domain[1], 5*sizeof(cmsUInt32Number));
1253 memmove(&p1.Domain[0], &p16 ->Domain[1], 6*sizeof(cmsUInt32Number));
1293 memmove(&p1.Domain[0], &p ->Domain[1], 6*sizeof(cmsUInt32Number));
1338 memmove(&p1.Domain[0], &p16 ->Domain[1], 7*sizeof(cmsUInt32Number));
1378 memmove(&p1.Domain[0], &p ->Domain[1], 7*sizeof(cmsUInt32Number));
H A Dcmserr.c115 memmove(p, Org, size);
392 memmove(String, &be, 4);
/external/python/cpython2/Objects/
H A Dbytearrayobject.c532 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi,
548 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi,
673 memmove(self->ob_bytes + start + needed, self->ob_bytes + stop,
686 memmove(self->ob_bytes + start + needed, self->ob_bytes + stop,
716 memmove(self->ob_bytes + cur - i,
722 memmove(self->ob_bytes + cur - slicelen,
2244 memmove(self->ob_bytes + where + 1, self->ob_bytes + where, n - where);
2392 memmove(self->ob_bytes + where, self->ob_bytes + where + 1, n - where);
2421 memmove(where, where + 1, self->ob_bytes + n - where);
/external/sonic/
H A Dsonic.c413 memmove(stream->inputBuffer, stream->inputBuffer + position*stream->numChannels,
478 memmove(stream->outputBuffer, stream->outputBuffer + numSamples*stream->numChannels,
504 memmove(stream->outputBuffer, stream->outputBuffer + numSamples*stream->numChannels,
536 memmove(stream->outputBuffer, stream->outputBuffer + numSamples*stream->numChannels,
833 memmove(stream->pitchBuffer, source, (stream->numPitchSamples -
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTString.cpp150 memmove(pString, m_pString, m_Size);
155 memmove(pString + m_Size, _Ptr, _Count);
224 memmove(pString, m_pString, m_Size+1);
281 memmove(m_pString, _Ptr, _Count);
695 memmove(&m_pString[_Pos], &m_pString[_Pos + _Count], m_Size + 1 - (_Pos + _Count));
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc678 memmove (temp, &info[i], (j - i) * sizeof (hb_glyph_info_t));
679 memmove (&info[start + j - i], &info[start], (i - start) * sizeof (hb_glyph_info_t));
680 memmove (&info[start], temp, (j - i) * sizeof (hb_glyph_info_t));
H A Dhb-ot-shape-complex-use.cc453 memmove (&info[start], &info[start + 1], (i - start) * sizeof (info[0]));
481 memmove (&info[j + 1], &info[j], (i - j) * sizeof (info[0]));
/external/libxaac/decoder/drc_src/
H A Dimpd_drc_process.c553 memmove(
569 memmove(audio_io_buf_internal->audio_buffer_delayed_real[i],
576 memmove(audio_io_buf_internal->audio_buffer_delayed_imag[i],
/external/ltp/testcases/lib/
H A Dtst_net_vars.c400 memmove(p_ret + 1, p_ret + best_end, border - best_end
412 memmove(p_ret + best + 1, p_ret + best_end,
448 memmove(buf, buf + index + 1, len);
/external/python/cpython3/Objects/
H A Dbytearrayobject.c472 memmove(buf + lo + bytes_len, buf + hi,
490 /* memmove() removed bytes, the bytearray object cannot be
515 memmove(buf + lo + bytes_len, buf + hi,
703 memmove(buf + cur - i,
709 memmove(buf + cur - slicelen,
1553 memmove(buf + index + 1, buf + index, n - index);
1719 memmove(buf + index, buf + index + 1, n - index);
1751 memmove(buf + where, buf + where + 1, n - where);
/external/autotest/client/site_tests/platform_ToolchainTests/src/
H A Dclang-fortify-tests.cpp123 EXPECT_DEATH(memmove(small_buffer, large_buffer, sizeof(large_buffer)));
162 EXPECT_NO_DEATH(memmove(split.tiny_buffer, &split, sizeof(split)));
/external/honggfuzz/
H A Dmangle.c45 memmove(&run->dynamicFile[off], src, sz);
66 memmove(&run->dynamicFile[off_to], &run->dynamicFile[off_from], len);
/external/icu/icu4c/source/common/
H A Dcmemory.h42 * The C++ standard requires that the source pointer for memcpy() & memmove()
55 U_STANDARD_CPP_NAMESPACE memmove(dst, src, size))
60 #define uprv_memmove(dst, src, size) U_STANDARD_CPP_NAMESPACE memmove(dst, src, size)
/external/libffi/src/sparc/
H A Dffi.c357 memmove(ret + off, flt + off, (*ptr)->size);
361 memmove(ret + off, intg + off, (*ptr)->size);
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
H A Dffi.c357 memmove(ret + off, flt + off, (*ptr)->size);
361 memmove(ret + off, intg + off, (*ptr)->size);
/external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
H A Dffi.c357 memmove(ret + off, flt + off, (*ptr)->size);
361 memmove(ret + off, intg + off, (*ptr)->size);
/external/strace/tests/
H A Dnetlink_protocol.c225 memmove(nlh, nlh0, sizeof(*nlh));
343 memmove(nlh, nlh0, sizeof(*nlh));
/external/strace/tests-m32/
H A Dnetlink_protocol.c225 memmove(nlh, nlh0, sizeof(*nlh));
343 memmove(nlh, nlh0, sizeof(*nlh));
/external/strace/tests-mx32/
H A Dnetlink_protocol.c225 memmove(nlh, nlh0, sizeof(*nlh));
343 memmove(nlh, nlh0, sizeof(*nlh));
/external/valgrind/coregrind/
H A Dm_xarray.c324 VG_(memmove)( ((char*)xa->arr) + (n+0) * xa->elemSzB,
341 VG_(memmove) ( ((char*)xa->arr) + (n+1) * xa->elemSzB,
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c357 memmove(mem, mem + SUBL, (CB_MEML - SUBL) * sizeof(*mem));
461 memmove(mem, mem + SUBL, (CB_MEML - SUBL) * sizeof(*mem));
/external/compiler-rt/lib/asan/tests/
H A Dasan_mem_test.cc121 // Same test for memcpy and memmove functions
199 return Ident(memmove)(to, from, size);
/external/curl/tests/libtest/
H A Dlib582.c57 memmove(&sockets->sockets[i], &sockets->sockets[i + 1],
/external/dtc/
H A Ddata.c132 memmove(d.val + m->offset + len, d.val + m->offset, d.len - m->offset);
/external/e2fsprogs/contrib/android/
H A Dbase_fs.c62 memmove(entry->path, entry->path + len, strlen(entry->path) - len + 1);

Completed in 5398 milliseconds

1234567891011>>