Searched refs:temp_y (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/test/msan/ |
D | dtor-multiple-inheritance.cc | 18 int *temp_y; variable 29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A() 58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C() 84 temp_y = &d->y; in main() 94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 48 align_buffer_page_end(temp_y, kPixels); \ 58 MemRandomize(temp_y, kPixels); \ 102 ARGBTOYUV(orig_pixels, benchmark_width_ * 4, temp_y, benchmark_width_, \ 108 YUVTOARGB(temp_y, benchmark_width_, temp_u, (benchmark_width_ + 1) / 2, \ 114 YUVTOARGB(temp_y, benchmark_width_, temp_u, (benchmark_width_ + 1) / 2, \ 132 free_aligned_buffer_page_end(temp_y); \
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 1364 schar* temp_y = 0; in do_train() local 1391 CV_CALL( temp_y = (schar*)cvMemStorageAlloc( temp_storage, sample_count)); in do_train() 1431 temp_y[k] = 1; in do_train() 1437 temp_y[ci + k] = -1; in do_train() 1446 if( !train1( ci + cj, var_count, temp_samples, temp_y, in do_train()
|