Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/gcc-plugins/
Drandomize_layout_plugin.c124 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; struct
127 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()
224 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle()
242 ranctx prng_state; in shuffle()