Home
last modified time | relevance | path

Searched refs:GENERATION_BITS (Results 1 – 1 of 1) sorted by relevance

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dtt.h78 …static constexpr unsigned GENERATION_BITS = 3; // nb of bits reser… variable
79 …static constexpr int GENERATION_DELTA = (1 << GENERATION_BITS); // increment for ge…
80 static constexpr int GENERATION_CYCLE = 255 + (1 << GENERATION_BITS); // cycle length
81 …static constexpr int GENERATION_MASK = (0xFF << GENERATION_BITS) & 0xFF; // mask to pull out…