Searched refs:packint (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 1580 static void packint (luaL_Buffer *b, lua_Unsigned n, function 1636 packint(&b, (lua_Unsigned)n, h.islittle, size, (n < 0)); 1644 packint(&b, (lua_Unsigned)n, h.islittle, size, 0); 1691 packint(&b, (lua_Unsigned)len, h.islittle, size, 0); /* pack length */
|