OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITS_PER_BITS_PER_UWORD
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_bitmap.h
141
#define
BITS_PER_BITS_PER_UWORD
5
145
#define
BITS_PER_BITS_PER_UWORD
6
151
#define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS -
BITS_PER_BITS_PER_UWORD
))
157
#define UWORD_LSB_MASK (((UWord)1 <<
BITS_PER_BITS_PER_UWORD
) - 1)
170
return a >>
BITS_PER_BITS_PER_UWORD
;
drd_bitmap.c
73
/* If this assert fails, fix the definition of
BITS_PER_BITS_PER_UWORD
*/
75
tl_assert((1 <<
BITS_PER_BITS_PER_UWORD
) == BITS_PER_UWORD);
[
all
...]
Completed in 171 milliseconds