Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/pcg-c/include/
H A Dpcg_variants.h70 static inline uint16_t pcg_rotr_16(uint16_t value, unsigned int rot) in pcg_rotr_16() function
147 return pcg_rotr_16(((state >> 10u) ^ state) >> 12u, state >> 28u); in pcg_output_xsh_rr_32_16()