Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c142 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; struct
145 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()