Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprng.h33 #define PRNG_C_64 UINT64_C(1442695040888963407) 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()