Searched refs:ARRSIZE (Results 1 – 3 of 3) sorted by relevance
7 #define ARRSIZE 65 macro8 int *bad_addr[ARRSIZE];27 for (i = 0; i < ARRSIZE; i++) in prefetch_for_read()35 for (i = 0; i < ARRSIZE; i++) in prefetch_for_write()
8 #define ARRSIZE 100 macro10 int arr[ARRSIZE];
3 #define ARRSIZE 32 macro4 int intarray[ARRSIZE], intarray2[ARRSIZE];34 for (i = 0; i < ARRSIZE; i++) in main()