Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c896 #define MAX_ITEM (120 + l_mathlim(MAX_10_EXP)) macro
952 char *buff = luaL_prepbuffsize(b, MAX_ITEM); in addliteral()
956 nb = lua_number2strx(L, buff, MAX_ITEM, "%" LUA_NUMBER_FRMLEN "a", n); in addliteral()
964 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n); in addliteral()
1031 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()
1038 nb = l_sprintf(buff, MAX_ITEM, form, (int)luaL_checkinteger(L, arg)); in str_format()
1045 nb = l_sprintf(buff, MAX_ITEM, form, (LUAI_UACINT)n); in str_format()
1050 nb = lua_number2strx(L, buff, MAX_ITEM, form, in str_format()
1057 nb = l_sprintf(buff, MAX_ITEM, form, (LUAI_UACNUMBER)n); in str_format()
1076 nb = l_sprintf(buff, MAX_ITEM, form, s); in str_format()
[all …]