HomeSort by: relevance | last modified time | path
    Searched defs:lu_int32 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
lmathlib.c 354 typedef unsigned int lu_int32; typedef
356 typedef unsigned long lu_int32; typedef
364 lu_int32 h; /* higher half */
365 lu_int32 l; /* lower half */
370 ** If 'lu_int32' has more than 32 bits, the extra bits do not interfere
384 static Rand64 packI (lu_int32 h, lu_int32 l) {
457 #define UONE ((lu_int32)1)
510 return packI((lu_int32)((n >> 31) >> 1), (lu_int32)n)
    [all...]

Completed in 21 milliseconds