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

/freebsd-13-stable/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;
48 return (state * PRNG_A_32) + PRNG_C_32;

Completed in 50 milliseconds