LEVEL_BITS
#define LEVEL_SIZE (1 << LEVEL_BITS)
const unsigned offset = query->level * LEVEL_BITS;
const unsigned offset = level * LEVEL_BITS;