Lines Matching full:arr2
3342 static int64_t ARR2[N];
3363 // ARR1[i] and ARR2[N-1-i] are accessed by threads from i-th subset
3366 CHECK(ARR2[N-1-i] == 0);
3415 static int ARR2[N];
3442 case 1: CHECK(((int*) (ARR2))[i * (1<<x) + off] == 0); break;
3443 case 2: CHECK(((short*)(ARR2))[i * (1<<x) + off] == 0); break;
3444 case 3: CHECK(((char*) (ARR2))[i * (1<<x) + off] == 0); break;