Searched refs:dst_c (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 1352 align_buffer_page_end(dst_c, y_plane_size); in TEST_F() 1356 memset(dst_c, 0, y_plane_size); in TEST_F() 1369 dst_c[i] = random_number; in TEST_F() 1370 dst_opt[i] = dst_c[i]; in TEST_F() 1381 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F() 1391 if (dst_c[i] != dst_opt[i]) { in TEST_F() 1397 free_aligned_buffer_page_end(dst_c); in TEST_F() 2049 uint8_t* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane() local 2052 memset(dst_c, 0, y_plane_size); in TestHalfFloatPlane() 2063 reinterpret_cast<uint16_t*>(dst_c), benchmark_width * 2, in TestHalfFloatPlane() [all …]
|
D | convert_test.cc | 2731 align_buffer_page_end(dst_c, kPixels * 4); in TEST_F() 2734 memset(dst_c, 1, kPixels * 4); in TEST_F() 2736 ARGBToAR30Row_C(src, dst_c, kPixels); in TEST_F() 2750 EXPECT_EQ(dst_opt[i], dst_c[i]); in TEST_F() 2755 free_aligned_buffer_page_end(dst_c); in TEST_F() 2765 align_buffer_page_end(dst_c, kPixels * 4); in TEST_F() 2768 memset(dst_c, 1, kPixels * 4); in TEST_F() 2770 ABGRToAR30Row_C(src, dst_c, kPixels); in TEST_F() 2784 EXPECT_EQ(dst_opt[i], dst_c[i]); in TEST_F() 2789 free_aligned_buffer_page_end(dst_c); in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/ |
D | ctstring_internal.h | 375 char *dst_c = TF_TString_ResizeUninitialized(dst, dst_size + src_size); in TF_TString_AppendN() local 377 memcpy(dst_c + dst_size, src, src_size); in TF_TString_AppendN() 389 char *dst_c = TF_TString_ResizeUninitialized(dst, size); in TF_TString_Copy() local 391 if (size) memcpy(dst_c, src, size); in TF_TString_Copy()
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 176 char *dst_c = (char*)dst, in _memcpy() local 179 dst_c[i] = src_c[i]; in _memcpy()
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception_win.cpp | 196 char *dst_c = (char*)dst, in _memcpy() local 199 dst_c[i] = src_c[i]; in _memcpy()
|