Home | History | Annotate | Download | only in tests

Lines Matching refs:bm_clear_store

220       DRD_(bm_clear_store)(bm1, i, j);
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));
283 DRD_(bm_clear_store)(bm1, i, j);
286 DRD_(bm_clear_store)(bm1, i, i+1);
289 DRD_(bm_clear_store)(bm1, i, i+2);
292 DRD_(bm_clear_store)(bm1, i, i+4);
295 DRD_(bm_clear_store)(bm1, i, i+8);