Home | History | Annotate | Download | only in tests

Lines Matching refs:ADDR_GRANULARITY

204   assert((outer_loop_step % ADDR_GRANULARITY) == 0);
206 assert((inner_loop_step % ADDR_GRANULARITY) == 0);
212 for (j = i + ADDR_GRANULARITY; j < ub; j += inner_loop_step)
218 DRD_(bm_clear_load)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
221 DRD_(bm_clear_load)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
224 DRD_(bm_clear_load)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
227 DRD_(bm_clear_load)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
234 DRD_(bm_clear_store)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
237 DRD_(bm_clear_store)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
240 DRD_(bm_clear_store)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
243 DRD_(bm_clear_store)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
252 DRD_(bm_clear)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
256 DRD_(bm_clear)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
260 DRD_(bm_clear)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
264 DRD_(bm_clear)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
322 int outer_loop_step = ADDR_GRANULARITY;
323 int inner_loop_step = ADDR_GRANULARITY;