Home
last modified time | relevance | path

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

/freebsd/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; in prng_state_next_u64()
50 return (state * PRNG_A_64) + PRNG_C_64; in prng_state_next_zu()