Searched refs:tmp_orc_table (Results 1 – 1 of 1) sorted by relevance
169 struct orc_entry *tmp_orc_table = NULL; in sort_orctable() local188 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()189 if (!tmp_orc_table) { in sort_orctable()200 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()210 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()215 free(tmp_orc_table); in sort_orctable()