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/drd/tests/
unit_bitmap.c
215
DRD_(
bm_clear_load
)(bm1, i, j);
218
DRD_(
bm_clear_load
)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
221
DRD_(
bm_clear_load
)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
224
DRD_(
bm_clear_load
)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
227
DRD_(
bm_clear_load
)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
278
DRD_(
bm_clear_load
)(bm1, i, j);
281
DRD_(
bm_clear_load
)(bm1, i, i+1);
284
DRD_(
bm_clear_load
)(bm1, i, i+2);
287
DRD_(
bm_clear_load
)(bm1, i, i+4);
290
DRD_(
bm_clear_load
)(bm1, i, i+8)
[
all
...]
/external/valgrind/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
632
void DRD_(
bm_clear_load
)(struct bitmap* const bm, Addr a1, Addr a2)
function
[
all
...]
Completed in 804 milliseconds