HomeSort by relevance Sort by last modified time
    Searched refs:next_hash (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/callgrind/
jumps.c 106 next_jcc = curr_jcc->next_hash;
111 curr_jcc->next_hash = new_table[new_idx];
113 if (curr_jcc->next_hash) {
115 if (curr_jcc->next_hash->next_hash)
175 jcc->next_hash = current_jccs.table[new_idx];
222 jcc = jcc->next_hash;
global.h 251 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain
265 jCC* next_hash; /* for hash entry chain */ member in struct:_jCC
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 28 LRUHandle* next_hash; member in struct:leveldb::__anon17091::LRUHandle
65 h->next_hash = (old == NULL ? NULL : old->next_hash);
82 *ptr = result->next_hash;
102 ptr = &(*ptr)->next_hash;
118 LRUHandle* next = h->next_hash;
121 h->next_hash = *ptr;
  /external/chromium_org/v8/tools/push-to-trunk/
merge_to_branch.py 107 next_hash = self.GitSVNFindGitHash(revision, "svn/bleeding_edge")
108 if not next_hash: # pragma: no cover
110 self["patch_commit_hashes"].append(next_hash)
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 459 Hash next_hash = IncrementHash(end_range); local
460 if (next_hash == deleted_hash)
462 if (!hash_table_[next_hash])
464 end_range = next_hash;
    [all...]
  /art/runtime/base/
hash_set.h 197 const size_t next_hash = hashfn_(next_element); local
200 size_t next_ideal_index = IndexForHash(next_hash);

Completed in 133 milliseconds