HomeSort by relevance Sort by last modified time
    Searched refs:memcpy (Results 601 - 625 of 2060) sorted by null

<<21222324252627282930>>

  /external/openssl/crypto/evp/
bio_b64.c 173 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
357 memcpy(out,ctx->buf,i);
429 memcpy(&(ctx->tmp[ctx->tmp_len]),in,n);
445 memcpy(ctx->tmp,in,n);
bio_ok.c 231 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
328 memcpy((unsigned char *)(&(ctx->buf[ctx->buf_len])),(unsigned char *)in,n);
473 memcpy(&(ctx->buf[ctx->buf_len]), md->md_data, md->digest->md_size);
497 memcpy(md->md_data, &(ctx->buf[ctx->buf_off]), md->digest->md_size);
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 302 memcpy(str, buffer, length);
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 117 memcpy(target, src->data(), src->size());
  /external/qemu/android/utils/
misc.c 68 memcpy(buff, src, len);
system.h 42 #define AMEM_COPY(dst,src,size) memcpy((char*)(dst),(const char*)(src),(size_t)(size))
  /external/qemu/hw/
bt-hci-csr.c 228 memcpy(rpkt, pkt, 7); rpkt += 7;
309 memcpy(s->inpkt + plen, buf, len);
340 memcpy(pkt, data, len);
353 memcpy(pkt, data, len);
  /external/qemu/telephony/
sysdeps_posix.c 427 memcpy(&rfd, &_s_fdsets[0], sizeof(fd_set));
428 memcpy(&wfd, &_s_fdsets[1], sizeof(fd_set));
429 memcpy(&efd, &_s_fdsets[2], sizeof(fd_set));
626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
  /external/skia/include/core/
SkTDict.h 56 memcpy(copy, name, len);
  /external/skia/src/core/
SkColorFilter.cpp 27 memcpy(d, s, count * sizeof(uint16_t));
SkQuadClipper.cpp 80 memcpy(dst, srcPts, 3 * sizeof(SkPoint));
  /external/skia/src/effects/
SkTableMaskFilter.cpp 16 memcpy(fTable, table, 256);
  /external/skia/src/views/
SkEvent.cpp 64 memcpy(buffer, &bits, sizeof(compact));
77 memcpy(fType, chars, len);
121 memcpy(&slot, type, typeLen);
131 memcpy(fType, type, typeLen);
SkWidgets.cpp 61 memcpy(path.writable_str(), kSkinPath, sizeof(kSkinPath) - 1);
62 memcpy(path.writable_str() + sizeof(kSkinPath) - 1, gSkinNames[i], len);
142 memcpy(buffer, fLabel.c_str(), fLabel.size());
403 memcpy(text, fText.c_str(), fText.size());
  /external/webkit/JavaScriptCore/runtime/
MarkStack.h 119 memcpy(newData, m_data, oldAllocation);
  /external/webkit/WebCore/bridge/
npruntime.cpp 91 memcpy((void*)variant->value.stringValue.UTF8Characters, value->UTF8Characters, sizeof(NPUTF8) * value->UTF8Length);
  /external/webkit/WebCore/dom/
StyleElement.cpp 79 memcpy(p, nodeValue.characters(), nodeLength * sizeof(UChar));
  /external/webkit/WebCore/html/canvas/
WebGLBuffer.cpp 122 memcpy(static_cast<unsigned char*>(m_elementArrayBuffer->data()) + offset, array->baseAddress(), array->byteLength());
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 163 // This memcpy is to avoid a reinterpret_cast that breaks strict-aliasing
164 // rules. Memcpy is generally optimized enough so that performance doesn't
167 memcpy(&textSizeBytes, &m_textSize, sizeof(uint32_t));
VDMXParser.cpp 72 memcpy(value, m_buffer + m_offset, sizeof(uint16_t));
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 410 memcpy(p + bytes_in_hold, buf, l);
544 memcpy(global_colormap, buf, size);
860 memcpy(frame_reader->local_colormap, buf, size);
943 memcpy(p, buf, len);
  /external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 80 memcpy(&(*state->m_out)[oldSize], data, size);
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
TestObject.cpp 153 memcpy(*value, testIdentifiers, sizeof(NPIdentifier) * NUM_ENUMERATABLE_TEST_IDENTIFIERS);
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 48 memcpy(buffer.data(), JSStringGetCharactersPtr(jsStr), length * sizeof(WCHAR));
  /frameworks/base/libs/rs/
rsObjectBase.cpp 125 memcpy(mName, name, len);

Completed in 1557 milliseconds

<<21222324252627282930>>