Searched refs:newtree (Results 1 – 1 of 1) sorted by relevance
211 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle()218 tmp = newtree[i]; in performance_shuffle()219 newtree[i] = newtree[randnum]; in performance_shuffle()220 newtree[randnum] = tmp; in performance_shuffle()232 tmp = newtree[i]; in full_shuffle()233 newtree[i] = newtree[randnum]; in full_shuffle()234 newtree[randnum] = tmp; in full_shuffle()298 tree newtree[num_fields]; in relayout_struct() local333 newtree[i] = field; in relayout_struct()352 TREE_CHAIN(list) = newtree[0]; in relayout_struct()[all …]