Home
last modified time | relevance | path

Searched defs:I2UInt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlmathlib.c342 #define I2UInt(x) ((lua_Unsigned)trim64(x)) macro
502 static lua_Unsigned I2UInt (Rand64 x) { in I2UInt() function