Searched refs:index_j (Results 1 – 1 of 1) sorted by relevance
95 rt_size_t index_i, index_j; in rt_init_objects_sort() local136 for (index_j = 0; index_j < ((rt_init_num - 1) - index_i); index_j++) in rt_init_objects_sort()138 if (rt_strcmp(rt_init_table[index_j].level, rt_init_table[index_j + 1].level) > 0) in rt_init_objects_sort()140 init_temp = rt_init_table[index_j]; in rt_init_objects_sort()141 rt_init_table[index_j] = rt_init_table[index_j + 1]; in rt_init_objects_sort()142 rt_init_table[index_j + 1] = init_temp; in rt_init_objects_sort()
Completed in 4 milliseconds