HomeSort by relevance Sort by last modified time
    Searched refs:Memcpy (Results 51 - 61 of 61) sorted by null

1 23

  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 123 V(Memcpy, void*, void*, const void*, size_t) \
  /external/vboot_reference/firmware/lib/
vboot_kernel.c 387 Memcpy(body_readptr, kbuf + body_offset, body_copied);
vboot_common.c 119 Memcpy(GetPublicKeyData(dest), GetPublicKeyDataC(src), src->key_size);
vboot_api_kernel.c     [all...]
  /external/vboot_reference/firmware/lib/cryptolib/
sha1.c 137 Memcpy(&ctx->buf.b[i], p, sizeof(ctx->buf) - i);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 166 memcpy(mtx_, &tmp, sizeof(tmp));
253 MEMCPY,
361 case Event::MEMCPY:
509 void ScopedThread::Memcpy(void *dst, const void *src, int size,
511 Event event(Event::MEMCPY, dst, (uptr)src, size);
  /external/vboot_reference/futility/
cmd_sign.c 326 Memcpy(kpart_data, vblock_data, vblock_size);
407 memcpy(vblock->buf, keyblock, more);
409 memcpy(vblock->buf + more, preamble, preamble->preamble_size);
  /art/runtime/arch/
stub_test.cc 545 TEST_F(StubTest, Memcpy) {
576 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA;
578 std::cout << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA << std::endl;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 759 case Intrinsics::Memcpy: {
760 // In the future, we could potentially emit an inline memcpy/memset, etc.
    [all...]
IceTargetLoweringMIPS32.cpp 770 case Intrinsics::Memcpy: {
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 581 milliseconds

1 23