HomeSort by: relevance | last modified time | path
    Searched defs:hash_this (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 10873 const uint32_t hash_this = hash_table_hashes[hashi]; local
10877 if (hash_prev % bucket_count == hash_this % bucket_count)
10886 hash_prev = hash_this;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 10783 const uint32_t hash_this = hash_table_hashes[hashi]; local
10787 if (hash_prev % bucket_count == hash_this % bucket_count)
10796 hash_prev = hash_this;

Completed in 41 milliseconds