HomeSort by relevance Sort by last modified time
    Searched refs:dst_c (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c 86 uint16_t dst_c[16], dst_asm[16]; local
95 memset(dst_c, 0, sizeof(dst_c));
100 dst_c[j] = test.dst_color;
105 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
109 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
116 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
  /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c 93 uint16_t dst_c[16], dst_asm[16]; local
104 memset(dst_c, 0, sizeof(dst_c));
109 dst_c[j] = test.dst_color;
114 scanline_t32cb16blend_c(dst_c,src,test.count);
118 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
125 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
  /external/compiler-rt/lib/interception/
interception_win.cc 31 char *dst_c = (char*)dst, local
34 dst_c[i] = src_c[i];
  /frameworks/rs/driver/runtime/
rs_allocation.c 50 char* dst_c = (char*) dst, *src_c = (char*) src; local
52 *dst_c++ = *src_c++;

Completed in 658 milliseconds