Home
last modified time | relevance | path

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

/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()
233 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle()
238 if (DECL_BIT_FIELD_TYPE(newtree[randnum])) in performance_shuffle()
240 tmp = newtree[i]; in performance_shuffle()
241 newtree[i] = newtree[randnum]; in performance_shuffle()
242 newtree[randnum] = tmp; in performance_shuffle()
247 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() argument
254 tmp = newtree[i]; in full_shuffle()
255 newtree[i] = newtree[randnum]; in full_shuffle()
[all …]