Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c1450 static lua_Integer unpackint (lua_State *L, const char *str, in unpackint() function
1497 lua_Integer res = unpackint(L, data + pos, h.islittle, size, in str_unpack()
1517 size_t len = (size_t)unpackint(L, data + pos, h.islittle, size, 0); in str_unpack()