Searched refs:l_uint32 (Results 1 – 3 of 3) sorted by relevance
200 typedef unsigned int l_uint32; typedef202 typedef unsigned long l_uint32; typedef205 typedef l_uint32 Instruction;
327 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
139 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()