Searched refs:lu_int32 (Results 1 – 5 of 5) sorted by relevance
371 typedef unsigned int lu_int32; typedef373 typedef unsigned long lu_int32; typedef381 lu_int32 h; /* higher half */382 lu_int32 l; /* lower half */401 static Rand64 packI (lu_int32 h, lu_int32 l) { in packI()474 #define UONE ((lu_int32)1)525 return packI((lu_int32)((n >> 31) >> 1), (lu_int32)n); in Int2I()
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()