Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h30 #define PRNG_C_32 UINT32_C(12347) macro
37 return (state * PRNG_A_32) + PRNG_C_32; in prng_state_next_u32()
48 return (state * PRNG_A_32) + PRNG_C_32; in prng_state_next_zu()