HomeSort by: relevance | last modified time | path
    Searched refs:PRNG_A_64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prng.h 31 #define PRNG_A_64 UINT64_C(6364136223846793005)
41 return (state * PRNG_A_64) + PRNG_C_64;
49 return (state * PRNG_A_64) + PRNG_C_64;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prng.h 31 #define PRNG_A_64 UINT64_C(6364136223846793005)
41 return (state * PRNG_A_64) + PRNG_C_64;
49 return (state * PRNG_A_64) + PRNG_C_64;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prng.h 32 #define PRNG_A_64 UINT64_C(6364136223846793005)
42 return (state * PRNG_A_64) + PRNG_C_64;
50 return (state * PRNG_A_64) + PRNG_C_64;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prng.h 32 #define PRNG_A_64 UINT64_C(6364136223846793005)
42 return (state * PRNG_A_64) + PRNG_C_64;
50 return (state * PRNG_A_64) + PRNG_C_64;

Completed in 29 milliseconds