Searched refs:ranctx (Results 1 – 1 of 1) sorted by relevance
142 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; struct145 static u64 ranval(ranctx *x) { in ranval()154 static void raninit(ranctx *x, u64 *seed) { in raninit()210 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle()242 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle()260 ranctx prng_state; in shuffle()