OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_msb
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_bitmap.h
109
UWord
address_msb
(const Addr a)
function
234
tl_assert(
address_msb
(make_address(0, a)) == 0);
243
tl_assert(
address_msb
(make_address(0, a)) == 0);
258
tl_assert(
address_msb
(make_address(0, a)) == 0);
259
tl_assert(
address_msb
(make_address(0, a + size - 1)) == 0);
270
tl_assert(
address_msb
(make_address(0, a)) == 0);
284
tl_assert(
address_msb
(make_address(0, a)) == 0);
285
tl_assert(size == 0 ||
address_msb
(make_address(0, a + size - 1)) == 0);
304
tl_assert(
address_msb
(make_address(0, a)) == 0);
319
tl_assert(
address_msb
(make_address(0, a)) == 0)
[
all
...]
drd_bitmap.c
162
bm2 = bm2_lookup_or_insert_exclusive(bm,
address_msb
(b));
179
tl_assert(
address_msb
(b_start) ==
address_msb
(b_end - 1));
259
bm2 = bm2_lookup_or_insert_exclusive(bm,
address_msb
(b));
276
tl_assert(
address_msb
(b_start) ==
address_msb
(b_end - 1));
375
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
428
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
483
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
545
p2 = bm2_lookup(bm,
address_msb
(a))
[
all
...]
Completed in 80 milliseconds