OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_c
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/skin/
surface.c
466
ARGB_DECL(
dst_c
);
468
ARGB_READ(
dst_c
,dst);
469
ARGB_MULSHIFT(
dst_c
,
dst_c
,alpha,8);
470
ARGB_ADD(
dst_c
,src_c);
471
ARGB_WRITE(
dst_c
,dst);
487
ARGB_DECL(
dst_c
);
492
ARGB_READ(
dst_c
,dst);
495
ARGB_ADD(val,
dst_c
);
/external/compiler-rt/lib/interception/
interception_win.cc
45
char *
dst_c
= (char*)dst,
local
48
dst_c
[i] = src_c[i];
/frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_allocation.c
51
char*
dst_c
= (char*) dst, *src_c = (char*) src;
local
53
*
dst_c
++ = *src_c++;
/external/libvpx/libvpx/test/
sixtap_predict_test.cc
72
// in order to test unaligned access. The result is stored in dst and
dst_c
(c
Completed in 107 milliseconds