Searched refs:dst_c (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/interception/
H A Dinterception_win.cc45 char *dst_c = (char*)dst, local
48 dst_c[i] = src_c[i];
/external/qemu/android/skin/
H A Dsurface.c466 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/chromium_org/third_party/libyuv/unit_test/
H A Dplanar_test.cc1316 align_buffer_64(dst_c, y_plane_size);
1320 memset(dst_c, 0, y_plane_size);
1333 dst_c[i] = random_number;
1334 dst_opt[i] = dst_c[i];
1346 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh);
1359 if (dst_c[i] != dst_opt[i])
1364 free_aligned_buffer_64(dst_c);

Completed in 948 milliseconds