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

  /external/compiler-rt/test/msan/
dtor-multiple-inheritance.cc 18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1);
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1);
84 temp_y = &d->y;
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1);
  /external/libyuv/files/unit_test/
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/
mlsvm.cpp 1364 schar* temp_y = 0; local
    [all...]

Completed in 381 milliseconds