Searched refs:bm_has (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/drd/ |
D | drd_suppression.c | 92 return DRD_(bm_has)(s_suppressed, a1, a2, eStore); in DRD_()
|
D | pub_drd_bitmap.h | 99 Bool DRD_(bm_has)(struct bitmap* const bm,
|
D | drd_bitmap.c | 332 Bool DRD_(bm_has)(struct bitmap* const bm, const Addr a1, const Addr a2, in DRD_() argument
|
D | drd_thread.c | 1419 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type)) in DRD_()
|