Home | History | Annotate | Download | only in unittest

Lines Matching refs:s_dummy

3907 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */
3908 static char s_dummy[512] = {0};
3926 CHECK(s_dummy[0] == 0); // Avoid compiler warning about 's_dummy unused'.