Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllimits.h160 #if !defined(l_castU2S)
161 #define l_castU2S(i) ((lua_Integer)(i)) macro
H A Dlvm.h73 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2))
H A Dlobject.c302 *result = l_castU2S((neg) ? 0u - a : a); in l_str2int()
H A Dlvm.c237 setivalue(plimit, l_castU2S(count)); in forprep()