Searched refs:next_hash (Results 1 – 5 of 5) sorted by relevance
106 next_jcc = curr_jcc->next_hash; in resize_jcc_table()111 curr_jcc->next_hash = new_table[new_idx]; in resize_jcc_table()113 if (curr_jcc->next_hash) { in resize_jcc_table()115 if (curr_jcc->next_hash->next_hash) in resize_jcc_table()175 jcc->next_hash = current_jccs.table[new_idx]; in new_jcc()222 jcc = jcc->next_hash; in CLG_()
265 jCC* next_hash; /* for hash entry chain */ member
28 LRUHandle* next_hash; member65 h->next_hash = (old == NULL ? NULL : old->next_hash); in Insert()82 *ptr = result->next_hash; in Remove()102 ptr = &(*ptr)->next_hash; in FindPointer()118 LRUHandle* next = h->next_hash; in Resize()121 h->next_hash = *ptr; in Resize()
107 next_hash = self.GitSVNFindGitHash(revision, "svn/bleeding_edge")108 if not next_hash: # pragma: no cover110 self["patch_commit_hashes"].append(next_hash)
459 Hash next_hash = IncrementHash(end_range); in DeleteFingerprint() local460 if (next_hash == deleted_hash) in DeleteFingerprint()462 if (!hash_table_[next_hash]) in DeleteFingerprint()464 end_range = next_hash; in DeleteFingerprint()