Searched refs:rotl (Results 1 – 1 of 1) sorted by relevance
40 static inline uint32_t rotl(const uint32_t x, int k) in rotl() function78 const uint32_t result = rotl(state[0] + state[3], 7) + state[0]; in xoshiro128_next()89 state[3] = rotl(state[3], 11); in xoshiro128_next()