Home
last modified time | relevance | path

Searched defs:CopyAlignedBlocks (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libc/src/string/memory_utils/
Dmemcpy_utils.h88 static void CopyAlignedBlocks(char *__restrict dst, const char *__restrict src, in CopyAlignedBlocks() function
/external/llvm-project/libc/test/src/string/memory_utils/
Dmemcpy_utils_test.cpp163 TEST(MemcpyUtilsTest, CopyAlignedBlocks) { in TEST() argument