OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
...]
/external/valgrind/main/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
715
void DRD_(
bm_clear_store
)(struct bitmap* const bm,
function
[
all
...]
Completed in 29 milliseconds