OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_c
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/interception/
interception_win.cc
46
*
src_c
= (char*)src;
local
48
dst_c[i] =
src_c
[i];
/frameworks/rs/driver/runtime/
rs_allocation.c
51
char* dst_c = (char*) dst, *
src_c
= (char*) src;
local
53
*dst_c++ = *
src_c
++;
Completed in 353 milliseconds