Home
last modified time | relevance | path

Searched defs:prng_state (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c192 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() local