Searched refs:tmp_orc_table (Results 1 – 1 of 1) sorted by relevance
142 struct orc_entry *tmp_orc_table = NULL; in sort_orctable() local161 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()162 if (!tmp_orc_table) { in sort_orctable()173 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()183 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()188 free(tmp_orc_table); in sort_orctable()