Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/random/
Drandom_xoshiro128.c40 static inline uint32_t rotl(const uint32_t x, int k) in rotl() function
78 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()