OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ADDR_LSB_BITS
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_bitmap.h
73
#define
ADDR_LSB_BITS
12
80
#define ADDR_LSB_MASK (((UWord)1 <<
ADDR_LSB_BITS
) - 1U)
110
{ return a >> (
ADDR_LSB_BITS
+ ADDR_IGNORED_BITS); }
127
return ((a1 << (
ADDR_LSB_BITS
+ ADDR_IGNORED_BITS))
150
#define BITMAP1_UWORD_COUNT (1U << (
ADDR_LSB_BITS
- BITS_PER_BITS_PER_UWORD))
167
tl_assert(a < (1U <<
ADDR_LSB_BITS
));
181
tl_assert(a < (1U <<
ADDR_LSB_BITS
));
223
/* Lowest level, corresponding to the lowest
ADDR_LSB_BITS
of an address. */
498
* @param a1 client address shifted right by
ADDR_LSB_BITS
.
522
* @param a1 client address shifted right by
ADDR_LSB_BITS
[
all
...]
/external/valgrind/main/drd/tests/
unit_bitmap.c
84
{ 0xffffffffULL - (((1 <<
ADDR_LSB_BITS
) + 1) << ADDR_IGNORED_BITS),
87
{ 0xffffffffULL - (1 <<
ADDR_LSB_BITS
<< ADDR_IGNORED_BITS),
91
{ -2ULL - (1 <<
ADDR_LSB_BITS
<< ADDR_IGNORED_BITS),
Completed in 1016 milliseconds