Searched refs:tmp_orc_table (Results 1 – 1 of 1) sorted by relevance
132 struct orc_entry *tmp_orc_table = NULL; in sort_orctable() local151 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()152 if (!tmp_orc_table) { in sort_orctable()163 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()173 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()178 free(tmp_orc_table); in sort_orctable()