Searched refs:pcg_rotr_8 (Results 1 – 1 of 1) sorted by relevance
56 static inline uint8_t pcg_rotr_8(uint8_t value, unsigned int rot) in pcg_rotr_8() function142 return pcg_rotr_8(((state >> 5u) ^ state) >> 5u, state >> 13u); in pcg_output_xsh_rr_16_8()