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