Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlmathlib.c364 #define Int2I(x) ((Rand64)(x)) macro
524 static Rand64 Int2I (lua_Unsigned n) { in Int2I() function
612 state[0] = Int2I(n1); in setseed()
613 state[1] = Int2I(0xff); /* avoid a zero state */ in setseed()
614 state[2] = Int2I(n2); in setseed()
615 state[3] = Int2I(0); in setseed()