Home
last modified time | relevance | path

Searched refs:ADDR_LSB_BITS (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/drd/
Ddrd_bitmap.h74 #define ADDR_LSB_BITS 12 macro
81 #define ADDR_LSB_MASK (((UWord)1 << ADDR_LSB_BITS) - 1U)
111 { return a >> (ADDR_LSB_BITS + ADDR_IGNORED_BITS); } in address_msb()
128 return ((a1 << (ADDR_LSB_BITS + ADDR_IGNORED_BITS)) in make_address()
149 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
166 tl_assert(a < (1U << ADDR_LSB_BITS)); in uword_msb()
180 tl_assert(a < (1U << ADDR_LSB_BITS)); in uword_lsb()
/external/valgrind/main/drd/tests/
Dunit_bitmap.c74 { 0xffffffffULL - (((1 << ADDR_LSB_BITS) + 1) << ADDR_IGNORED_BITS),
77 { 0xffffffffULL - (1 << ADDR_LSB_BITS << ADDR_IGNORED_BITS),
81 { -2ULL - (1 << ADDR_LSB_BITS << ADDR_IGNORED_BITS),