Searched refs:m_total_count (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbcache.h188 long m_total_count = 0; /* total number of strings cached, including dups */ member in struct:gdb::bcache
H A Dbcache.c157 if (m_total_count == 0)
169 m_total_count++;
237 if (m_total_count > 0)
333 gdb_printf (_(" Total object count: %ld\n"), m_total_count);
336 print_percentage (m_total_count - m_unique_count, m_total_count);
369 m_total_count + m_expand_hash_count);
390 if (m_total_count == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbcache.c157 if (m_total_count == 0)
169 m_total_count++;
230 if (m_total_count > 0)
326 printf_filtered (_(" Total object count: %ld\n"), m_total_count);
329 print_percentage (m_total_count - m_unique_count, m_total_count);
362 m_total_count + m_expand_hash_count);
383 if (m_total_count == 0)
H A Dbcache.h192 long m_total_count = 0; /* total number of strings cached, including dups */ member in struct:gdb::bcache

Completed in 126 milliseconds