ADAPT_RANGE_BIT
new_adapt = (adapt_length + 1) | ADAPT_RANGE_BIT;
#define IS_ADAPT_RANGE_COARSE(x) ((x) & ADAPT_RANGE_BIT)