Lines Matching full:arr2
3460 static int64_t ARR2[N];
3488 // ARR1[i] and ARR2[N-1-i] are accessed by threads from i-th subset
3491 CHECK(ARR2[N-1-i] == 0);
3551 static uint32_union ARR2[N];
3578 case 1: CHECK(ARR2[i].u32[off] == 0); break;
3579 case 2: CHECK(ARR2[i].u16[off] == 0); break;
3580 case 3: CHECK(ARR2[i].u8 [off] == 0); break;