Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c156 …tree *fields, unsigned long length, struct partition_group *size_groups, unsigned long *num_groups) in partition_struct() argument
189 *num_groups = group_idx; in partition_struct()
196 unsigned long num_groups = 0; in performance_shuffle() local
199 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
202 for (i = num_groups - 1; i > 0; i--) { in performance_shuffle()
210 for (x = 0; x < num_groups; x++) { in performance_shuffle()