Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlmathlib.c427 static Rand64 rotl1 (Rand64 i, int n) { in rotl1() function
445 state[3] = rotl1(state[3], 45); in nextrand()