Searched refs:NUM_FLAG_BITS (Results 1 – 2 of 2) sorted by relevance
149 next_node_start_bit_ = flag_start_bit_ + NUM_FLAG_BITS; in init()151 next_node_mask_ = ~0 << (flag_start_bit_ + NUM_FLAG_BITS); in init()
97 #define NUM_FLAG_BITS 3 macro