HomeSort by relevance Sort by last modified time
    Searched full:dst_c (Results 1 - 2 of 2) 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];

Completed in 75 milliseconds