OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bm_access_range
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/drd/
drd_thread_bitmap.h
53
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
71
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
96
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
130
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
148
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
175
DRD_(
bm_access_range
)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()),
drd_bitmap.c
122
* @note The current implementation of
bm_access_range
does not work for the
127
void DRD_(
bm_access_range
)(struct bitmap* const bm,
function
211
DRD_(
bm_access_range
)(bm, a1, a1 + 2, eLoad);
219
DRD_(
bm_access_range
)(bm, a1, a1 + 4, eLoad);
232
DRD_(
bm_access_range
)(bm, a1, a1 + 8, eLoad);
308
DRD_(
bm_access_range
)(bm, a1, a1 + 2, eStore);
316
DRD_(
bm_access_range
)(bm, a1, a1 + 4, eStore);
329
DRD_(
bm_access_range
)(bm, a1, a1 + 8, eStore);
[
all
...]
pub_drd_bitmap.h
84
void DRD_(
bm_access_range
)(struct bitmap* const bm,
/external/valgrind/drd/tests/
unit_bitmap.c
140
DRD_(
bm_access_range
)(bm,
Completed in 91 milliseconds