Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c210 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() argument
217 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
229 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle()
233 if (DECL_BIT_FIELD_TYPE(newtree[randnum])) in performance_shuffle()
235 tmp = newtree[i]; in performance_shuffle()
236 newtree[i] = newtree[randnum]; in performance_shuffle()
237 newtree[randnum] = tmp; in performance_shuffle()
242 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() argument
249 tmp = newtree[i]; in full_shuffle()
250 newtree[i] = newtree[randnum]; in full_shuffle()
[all …]