OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Mar 06 19:51:54 UTC 2026