Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c194 struct partition_group size_group[length]; in performance_shuffle() local
198 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
204 tmp = size_group[i]; in performance_shuffle()
205 size_group[i] = size_group[randnum]; in performance_shuffle()
206 size_group[randnum] = tmp; in performance_shuffle()
210 for (index = size_group[x].length - 1; index > 0; index--) { in performance_shuffle()
213 i = size_group[x].start + index; in performance_shuffle()
217 randnum += size_group[x].start; in performance_shuffle()