Searched refs:lu_int32 (Results 1 – 8 of 8) sorted by relevance
18 typedef LUAI_UINT32 lu_int32; typedef88 typedef lu_int32 Instruction;
40 lu_int32 nuse; /* number of elements */
69 if (tb->nuse > cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newlstr()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
15 typedef unsigned LUA_INT32 lu_int32; typedef142 typedef lu_int32 Instruction;
62 lu_int32 nuse; /* number of elements */
122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
781 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()