Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprng.h29 #define PRNG_A_32 UINT32_C(1103515241) 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()