HomeSort by relevance Sort by last modified time
    Searched refs:bm_clear_store (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/drd/tests/
unit_bitmap.c 230 DRD_(bm_clear_store)(bm1, i, j);
233 DRD_(bm_clear_store)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
236 DRD_(bm_clear_store)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
239 DRD_(bm_clear_store)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
242 DRD_(bm_clear_store)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
293 DRD_(bm_clear_store)(bm1, i, j);
296 DRD_(bm_clear_store)(bm1, i, i+1);
299 DRD_(bm_clear_store)(bm1, i, i+2);
302 DRD_(bm_clear_store)(bm1, i, i+4);
305 DRD_(bm_clear_store)(bm1, i, i+8)
    [all...]