HomeSort by relevance Sort by last modified time
    Searched full:dst_c (Results 1 - 10 of 10) 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-mips/col32cb16blend/
col32cb16blend_test.c 87 uint16_t dst_c[16], dst_asm[16]; local
96 memset(dst_c, 0, sizeof(dst_c));
101 dst_c[j] = test.dst_color;
106 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-mips64/col32cb16blend/
col32cb16blend_test.c 87 uint16_t dst_c[16], dst_asm[16]; local
96 memset(dst_c, 0, sizeof(dst_c));
101 dst_c[j] = test.dst_color;
106 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]);
  /system/core/libpixelflinger/tests/arch-mips/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 32 char *dst_c = (char*)dst, 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
354 Mat dst_cpp(3, 3, CV_32F); dst_c = dst_cpp;
359 caller.dst = &dst_c;
434 dst_cpp.create(3, 1, CV_32F); dst_c = dst_cpp;
  /frameworks/rs/driver/runtime/
rs_allocation.c 52 char* dst_c = (char*) dst; local
55 *dst_c++ = *src_c++;
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 81 // in order to test unaligned access. The result is stored in dst and dst_c(c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sixtap_predict_test.cc 79 // in order to test unaligned access. The result is stored in dst and dst_c(c

Completed in 1479 milliseconds