Home
last modified time | relevance | path

Searched defs:Memcpy (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/firmware/stub/
Dutility_stub.c25 void *Memcpy(void *dest, const void *src, uint64_t n) in Memcpy() function
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
Dtsan_test_util_posix.cc509 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp306 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local