HomeSort by relevance Sort by last modified time
    Searched refs:BITS_PER_BITS_PER_UWORD (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_bitmap.h 141 #define BITS_PER_BITS_PER_UWORD 5
143 #define BITS_PER_BITS_PER_UWORD 6
149 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
155 #define UWORD_LSB_MASK (((UWord)1 << BITS_PER_BITS_PER_UWORD) - 1)
168 return a >> BITS_PER_BITS_PER_UWORD;
drd_bitmap.c 60 /* If this assert fails, fix the definition of BITS_PER_BITS_PER_UWORD */
62 tl_assert((1 << BITS_PER_BITS_PER_UWORD) == BITS_PER_UWORD);
    [all...]

Completed in 403 milliseconds