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/main/drd/
drd_bitmap.h
109
UWord
address_msb
(const Addr a)
function
232
tl_assert(
address_msb
(make_address(0, a)) == 0);
241
tl_assert(
address_msb
(make_address(0, a)) == 0);
256
tl_assert(
address_msb
(make_address(0, a)) == 0);
257
tl_assert(
address_msb
(make_address(0, a + size - 1)) == 0);
268
tl_assert(
address_msb
(make_address(0, a)) == 0);
282
tl_assert(
address_msb
(make_address(0, a)) == 0);
283
tl_assert(size == 0 ||
address_msb
(make_address(0, a + size - 1)) == 0);
302
tl_assert(
address_msb
(make_address(0, a)) == 0);
317
tl_assert(
address_msb
(make_address(0, a)) == 0)
[
all
...]
drd_bitmap.c
164
bm2 = bm2_lookup_or_insert_exclusive(bm,
address_msb
(b));
181
tl_assert(
address_msb
(b_start) ==
address_msb
(b_end - 1));
261
bm2 = bm2_lookup_or_insert_exclusive(bm,
address_msb
(b));
278
tl_assert(
address_msb
(b_start) ==
address_msb
(b_end - 1));
377
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
430
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
485
const struct bitmap2* bm2 = bm2_lookup(bm,
address_msb
(b));
547
p2 = bm2_lookup(bm,
address_msb
(a))
[
all
...]
Completed in 470 milliseconds