Searched refs:DECAY_MASK (Results 1 – 1 of 1) sorted by relevance
71 #define DECAY_MASK ((1ULL << DECAY_BITS) - 1) macro90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK)154 ca->array[i] &= ~(DECAY_MASK << COUNT_BITS); in do_spring_cleaning()356 ca->array[to] |= DECAY_MASK << COUNT_BITS; in cec_add_elem()