Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drtree.c84 #undef SEED
160 #define SEED 42 in TEST_BEGIN() macro
161 sfmt_t *sfmt = init_gen_rand(SEED); in TEST_BEGIN()
207 #undef SEED in TEST_BEGIN()
H A Dph.c175 #define SEED 42 in TEST_BEGIN() macro
182 sfmt = init_gen_rand(SEED); in TEST_BEGIN()
309 #undef SEED in TEST_BEGIN()
H A Drb.c230 #define SEED 42 in TEST_BEGIN() macro
237 sfmt = init_gen_rand(SEED); in TEST_BEGIN()
346 #undef SEED in TEST_BEGIN()
/f-stack/app/redis-5.0.5/src/
H A Drand.c63 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) macro
77 SEED(X0, LOW(seedval), HIGH(seedval)); in redisSrand48()