Searched refs:pcg_rotr_16 (Results 1 – 1 of 1) sorted by relevance
70 static inline uint16_t pcg_rotr_16(uint16_t value, unsigned int rot) in pcg_rotr_16() function147 return pcg_rotr_16(((state >> 10u) ^ state) >> 12u, state >> 28u); in pcg_output_xsh_rr_32_16()