HomeSort by: relevance | last modified time | path
    Searched refs:Rand64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lmathlib.c 268 #if !defined(LUA_RAND32) && !defined(Rand64)
275 #define Rand64 unsigned long
280 #define Rand64 unsigned long long
285 #define Rand64 lua_Unsigned
292 #if defined(Rand64) /* { */
296 ** If 'Rand64' has more than 64 bits, the extra bits do not interfere
306 static Rand64 rotl (Rand64 x, int n) {
310 static Rand64 nextrand (Rand64 *state)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 123 uint64_t Rand64() {
133 return Rand64() % y;
437 RandomBits[i] = Ran->Rand64();

Completed in 15 milliseconds