HomeSort by relevance Sort by last modified time
    Searched refs:PRNG_C_32 (Results 1 - 2 of 2) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
prng.h 30 #define PRNG_C_32 UINT32_C(12347)
37 return (state * PRNG_A_32) + PRNG_C_32;
48 return (state * PRNG_A_32) + PRNG_C_32;
  /external/jemalloc/include/jemalloc/internal/
prng.h 24 #define PRNG_C_32 UINT32_C(12347)
61 return ((state * PRNG_A_32) + PRNG_C_32);
76 return ((state * PRNG_A_32) + PRNG_C_32);

Completed in 108 milliseconds