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 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)
    [all...]
  /external/valgrind/main/drd/
drd_suppression.c 86 DRD_(bm_clear_store)(DRD_(s_suppressed), a1, a2);
pub_drd_bitmap.h 113 void DRD_(bm_clear_store)(struct bitmap* const bm,
drd_bitmap.c 678 void DRD_(bm_clear_store)(struct bitmap* const bm, function
    [all...]

Completed in 40 milliseconds