Searched refs:lu_int32 (Results 1 – 1 of 1) sorted by relevance
351 typedef unsigned int lu_int32; typedef353 typedef unsigned long lu_int32; typedef361 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()