Home
last modified time | relevance | path

Searched refs:uc_src (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/src/string/
H A Dmemccpy.cpp20 const unsigned char *uc_src = static_cast<const unsigned char *>(src); variable
24 for (; i < count && uc_src[i] != end; ++i)
25 uc_dest[i] = uc_src[i];
29 uc_dest[i] = uc_src[i];