OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_lsb
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_bitmap.c
182
tl_assert(
address_lsb
(b_start) <=
address_lsb
(b_end - 1));
184
if (
address_lsb
(b_start) == 0 &&
address_lsb
(b_end) == 0)
195
for (b0 =
address_lsb
(b_start); b0 <=
address_lsb
(b_end - 1); b0++)
279
tl_assert(
address_lsb
(b_start) <=
address_lsb
(b_end - 1));
281
if (
address_lsb
(b_start) == 0 &&
address_lsb
(b_end) == 0
[
all
...]
drd_bitmap.h
84
UWord
address_lsb
(const Addr a)
function
88
* Compute the first address for which
address_lsb
() is equal to
89
*
address_lsb
(a).
98
* Compute the first address for which
address_lsb
() is greater than
99
*
address_lsb
(a).
188
* uword_lsb(
address_lsb
(a)) == 0.
703
address_lsb
(a),
720
if (bm0_is_any_set(bm2->bm1.bm0_r,
address_lsb
(a), SCALED_SIZE(size))
721
| bm0_is_any_set(bm2->bm1.bm0_w,
address_lsb
(a), SCALED_SIZE(size)))
Completed in 249 milliseconds