Searched refs:newtree (Results 1 – 1 of 1) sorted by relevance
210 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() argument217 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() argument254 tmp = newtree[i]; in full_shuffle()255 newtree[i] = newtree[randnum]; in full_shuffle()[all …]