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

  /external/valgrind/main/drd/
drd_bitmap.h 74 #define ADDR_LSB_BITS 12
81 #define ADDR_LSB_MASK (((UWord)1 << ADDR_LSB_BITS) - 1U)
111 { return a >> (ADDR_LSB_BITS + ADDR_IGNORED_BITS); }
128 return ((a1 << (ADDR_LSB_BITS + ADDR_IGNORED_BITS))
149 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
166 tl_assert(a < (1U << ADDR_LSB_BITS));
180 tl_assert(a < (1U << ADDR_LSB_BITS));
222 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
497 * @param a1 client address shifted right by ADDR_LSB_BITS.
521 * @param a1 client address shifted right by ADDR_LSB_BITS
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 74 { 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),

Completed in 57 milliseconds