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

  /external/valgrind/drd/tests/
unit_bitmap.c 233 DRD_(bm_clear_store)(bm1, i, j);
236 DRD_(bm_clear_store)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
239 DRD_(bm_clear_store)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
242 DRD_(bm_clear_store)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
245 DRD_(bm_clear_store)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
296 DRD_(bm_clear_store)(bm1, i, j);
299 DRD_(bm_clear_store)(bm1, i, i+1);
302 DRD_(bm_clear_store)(bm1, i, i+2);
305 DRD_(bm_clear_store)(bm1, i, i+4);
308 DRD_(bm_clear_store)(bm1, i, i+8)
    [all...]
  /external/valgrind/drd/
drd_suppression.c 82 DRD_(bm_clear_store)(s_suppressed, a1, a2);
pub_drd_bitmap.h 115 void DRD_(bm_clear_store)(struct bitmap* const bm,
drd_bitmap.c 713 void DRD_(bm_clear_store)(struct bitmap* const bm, function
    [all...]

Completed in 188 milliseconds