LAST_CHUNK_BITS
#undef LAST_CHUNK_BITS
#define LAST_CHUNK_BITS(nr) ((((nr) - 1) % BITS_PER_CHUNK) + 1)