Home
last modified time | relevance | path

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

/freebsd/sys/contrib/pcg-c/include/
H A Dpcg_variants.h80 static inline uint32_t pcg_rotr_32(uint32_t value, unsigned int rot) in pcg_rotr_32() function
152 return pcg_rotr_32(((state >> 18u) ^ state) >> 27u, state >> 59u); in pcg_output_xsh_rr_64_32()
232 return pcg_rotr_32(((uint32_t)(state >> 32u)) ^ (uint32_t)state, in pcg_output_xsl_rr_64_32()
252 uint32_t newlow = pcg_rotr_32(xored, rot1); in pcg_output_xsl_rr_rr_64_64()
253 uint32_t newhigh = pcg_rotr_32(high, newlow & 31u); in pcg_output_xsl_rr_rr_64_64()