Searched refs:FIRST_MOVE_LEN (Results 1 – 5 of 5) sorted by relevance
33 constexpr int32_t FIRST_MOVE_LEN = 16; variable47 … return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | (ptr[SECOND_BIT] << in Convert2Uint32()
32 constexpr int32_t FIRST_MOVE_LEN = 16; variable46 … return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | (ptr[SECOND_BIT] << in Convert2Uint32()
44 constexpr int32_t FIRST_MOVE_LEN = 16; variable55 return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | in Convert2Uint32()