Searched refs:packint (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lstrlib.c | 1295 static void packint (luaL_Buffer *b, lua_Unsigned n, in packint() function 1353 packint(&b, (lua_Unsigned)n, h.islittle, size, (n < 0)); in str_pack() 1361 packint(&b, (lua_Unsigned)n, h.islittle, size, 0); in str_pack() 1392 packint(&b, (lua_Unsigned)len, h.islittle, size, 0); /* pack length */ in str_pack()
|