Searched refs:next_hash (Results 1 – 2 of 2) sorted by relevance
102 next_jcc = curr_jcc->next_hash; in resize_jcc_table()107 curr_jcc->next_hash = new_table[new_idx]; in resize_jcc_table()109 if (curr_jcc->next_hash) { in resize_jcc_table()111 if (curr_jcc->next_hash->next_hash) in resize_jcc_table()171 jcc->next_hash = current_jccs.table[new_idx]; in new_jcc()218 jcc = jcc->next_hash; in CLG_()
233 jCC* next_hash; /* for hash entry chain */ member