Searched refs:l_castU2S (Results 1 – 3 of 3) sorted by relevance
130 #if !defined(l_castU2S)131 #define l_castU2S(i) ((lua_Integer)(i)) macro
46 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2))
325 *result = l_castU2S((neg) ? 0u - a : a); in l_str2int()