Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c123 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; argument
126 static u64 ranval(ranctx *x) { in ranval()
135 static void raninit(ranctx *x, u64 *seed) { in raninit()
191 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle()
228 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle()
246 ranctx prng_state; in shuffle()