Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/pcg-c/include/
H A Dpcg_variants.h56 static inline uint8_t pcg_rotr_8(uint8_t value, unsigned int rot) in pcg_rotr_8() function
142 return pcg_rotr_8(((state >> 5u) ^ state) >> 5u, state >> 13u); in pcg_output_xsh_rr_16_8()