OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_c
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/interception/
interception_win.cc
33
*
src_c
= (char*)src;
local
35
dst_c[i] =
src_c
[i];
/external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp
351
CvMat
src_c
, dst_c, jacobian_c;
local
353
Mat src_cpp(3, 1, CV_32F);
src_c
= src_cpp;
358
caller.src = &
src_c
;
433
src_cpp.create(3, 3, CV_32F);
src_c
= src_cpp;
/frameworks/rs/driver/runtime/
rs_allocation.c
53
const char*
src_c
= (const char*) src;
local
55
*dst_c++ = *
src_c
++;
Completed in 2705 milliseconds