Searched refs:PRNG_A_64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h32 #define PRNG_A_64 UINT64_C(6364136223846793005) macro
42 return (state * PRNG_A_64) + PRNG_C_64;
50 return (state * PRNG_A_64) + PRNG_C_64;

Completed in 49 milliseconds