Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/gcc-plugins/
Drandomize_layout_plugin.c192 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() argument
199 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
211 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle()
215 if (DECL_BIT_FIELD_TYPE(newtree[randnum])) in performance_shuffle()
217 tmp = newtree[i]; in performance_shuffle()
218 newtree[i] = newtree[randnum]; in performance_shuffle()
219 newtree[randnum] = tmp; in performance_shuffle()
224 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() argument
231 tmp = newtree[i]; in full_shuffle()
232 newtree[i] = newtree[randnum]; in full_shuffle()
[all …]