Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c351 typedef unsigned int lu_int32; typedef
353 typedef unsigned long lu_int32; typedef
361 lu_int32 h; /* higher half */
362 lu_int32 l; /* lower half */
381 static Rand64 packI (lu_int32 h, lu_int32 l) { in packI()
454 #define UONE ((lu_int32)1)
507 return packI((lu_int32)(n >> 31 >> 1), (lu_int32)n); in Int2I()