Home
last modified time | relevance | path

Searched refs:m_collisions (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
545 unsigned int m_collisions; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
856 m_collisions++; in find_with_hash()
901 m_collisions++; in find_slot_with_hash()