Searched refs:ranctx (Results 1 – 1 of 1) sorted by relevance
124 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; argument127 static u64 ranval(ranctx *x) { in ranval()136 static void raninit(ranctx *x, u64 *seed) { in raninit()192 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle()229 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle()247 ranctx prng_state; in shuffle()