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

/external/jemalloc/include/jemalloc/internal/
H A Dprng.h24 #define PRNG_C_32 UINT32_C(12347) macro
61 return ((state * PRNG_A_32) + PRNG_C_32);
76 return ((state * PRNG_A_32) + PRNG_C_32);

Completed in 96 milliseconds