Lines Matching full:array_size
4594 const int ARRAY_SIZE = HG_CACHELINE_SIZE * 4 / sizeof(int);
4595 int array[ARRAY_SIZE];
4596 int * GLOB = &array[ARRAY_SIZE/2];
4755 const int ARRAY_SIZE = HG_CACHELINE_SIZE * 4 / sizeof(int);
4756 int array[ARRAY_SIZE + 1];
4757 int * GLOB = &array[ARRAY_SIZE/2];
7057 const int ARRAY_SIZE = 128;
7058 int GLOB[ARRAY_SIZE];
7070 for (int i = 0; i < ARRAY_SIZE; i++)
7116 const int ARRAY_SIZE = 4 * HG_CACHE_SIZE,
7118 int array[ARRAY_SIZE];
7130 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7131 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7161 const int ARRAY_SIZE = 4 * HG_CACHE_SIZE,
7163 int64_t array[ARRAY_SIZE];
7177 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7178 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7442 ARRAY_SIZE = HG_CACHELINE_SIZE * 512,
7448 int array[N_THREADS][ARRAY_SIZE];
7466 for (int i = 0; i < ARRAY_SIZE; i++) {