Home | History | Annotate | Download | only in tests

Lines Matching refs:ADDR_GRANULARITY

193   assert((outer_loop_step % ADDR_GRANULARITY) == 0);
195 assert((inner_loop_step % ADDR_GRANULARITY) == 0);
201 for (j = i + ADDR_GRANULARITY; j < ub; j += inner_loop_step)
207 DRD_(bm_clear_load)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
210 DRD_(bm_clear_load)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
213 DRD_(bm_clear_load)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
216 DRD_(bm_clear_load)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
223 DRD_(bm_clear_store)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
226 DRD_(bm_clear_store)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
229 DRD_(bm_clear_store)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
232 DRD_(bm_clear_store)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
241 DRD_(bm_clear)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
245 DRD_(bm_clear)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
249 DRD_(bm_clear)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
253 DRD_(bm_clear)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
311 int outer_loop_step = ADDR_GRANULARITY;
312 int inner_loop_step = ADDR_GRANULARITY;