Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlmathlib.c345 #define Int2I(x) ((Rand64)(x)) macro
507 static Rand64 Int2I (lua_Unsigned n) { in Int2I() function
595 state[0] = Int2I(n1); in setseed()
596 state[1] = Int2I(0xff); /* avoid a zero state */ in setseed()
597 state[2] = Int2I(n2); in setseed()
598 state[3] = Int2I(0); in setseed()