Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_allocation.c50 char* dst_c = (char*) dst, *src_c = (char*) src; in memcpy() local
52 *dst_c++ = *src_c++; in memcpy()