Searched refs:tmp_orc_table (Results 1 – 1 of 1) sorted by relevance
139 struct orc_entry *tmp_orc_table = NULL; in sort_orctable() local158 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()159 if (!tmp_orc_table) { in sort_orctable()170 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()180 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()185 free(tmp_orc_table); in sort_orctable()