Home | History | Annotate | Download | only in tests

Lines Matching refs:s_dummy

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