LOG_TABLE_BITS
#define N (1 << LOG_TABLE_BITS)
i = (tmp >> (52 - LOG_TABLE_BITS)) % N;
} tab[1 << LOG_TABLE_BITS];
} tab2[1 << LOG_TABLE_BITS];