Searched refs:LUAI_UACINT (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | luaconf.h | 528 #define LUAI_UACINT LUA_INTEGER macro 531 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n)) 537 #define LUA_UNSIGNED unsigned LUAI_UACINT
|
D | llimits.h | 80 typedef LUAI_UACINT l_uacInt;
|
D | lstrlib.c | 964 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n); in addliteral() 1045 nb = l_sprintf(buff, MAX_ITEM, form, (LUAI_UACINT)n); in str_format()
|
D | liolib.c | 628 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
|
D | lauxlib.c | 819 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
|