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

  /external/valgrind/drd/
drd_suppression.c 147 DRD_(bm_clear)(s_traced, a1, a2);
175 DRD_(bm_clear)(s_suppressed, a1, a2);
pub_drd_bitmap.h 111 void DRD_(bm_clear)(struct bitmap* const bm,
drd_bitmap.c 555 void DRD_(bm_clear)(struct bitmap* const bm, Addr a1, Addr a2) function
802 DRD_(bm_clear)(bm, a1, a2);
    [all...]
drd_thread.c     [all...]
  /external/valgrind/drd/tests/
unit_bitmap.c 248 DRD_(bm_clear)(bm1, i, j);
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));
310 DRD_(bm_clear)(bm1, i, j);

Completed in 50 milliseconds