Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lua/src/
HDllimits.h200 typedef unsigned int l_uint32; typedef
202 typedef unsigned long l_uint32; typedef
205 typedef l_uint32 Instruction;
HDlstate.h327 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
HDldo.c139 l_uint32 oldnCcalls = L->nCcalls; in luaD_rawrunprotected()
628 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { in ccall()