OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bm_clear_load
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/tests/
unit_bitmap.c
214
DRD_(
bm_clear_load
)(bm1, i, j);
217
DRD_(
bm_clear_load
)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
220
DRD_(
bm_clear_load
)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
223
DRD_(
bm_clear_load
)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
226
DRD_(
bm_clear_load
)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
277
DRD_(
bm_clear_load
)(bm1, i, j);
280
DRD_(
bm_clear_load
)(bm1, i, i+1);
283
DRD_(
bm_clear_load
)(bm1, i, i+2);
286
DRD_(
bm_clear_load
)(bm1, i, i+4);
289
DRD_(
bm_clear_load
)(bm1, i, i+8)
[
all
...]
/external/valgrind/main/drd/
drd_suppression.c
176
DRD_(
bm_clear_load
)(s_traced, a1, a2);
pub_drd_bitmap.h
113
void DRD_(
bm_clear_load
)(struct bitmap* const bm,
drd_bitmap.c
634
void DRD_(
bm_clear_load
)(struct bitmap* const bm, Addr a1, Addr a2)
function
[
all
...]
Completed in 329 milliseconds