TABLE_SIZE        404 lib-src/ebrowse.c static struct sym *class_table[TABLE_SIZE];
TABLE_SIZE        410 lib-src/ebrowse.c static struct member *member_table[TABLE_SIZE];
TABLE_SIZE        414 lib-src/ebrowse.c static struct alias *namespace_alias_table[TABLE_SIZE];
TABLE_SIZE        566 lib-src/ebrowse.c   h %= TABLE_SIZE;
TABLE_SIZE        667 lib-src/ebrowse.c   i = name_hash % TABLE_SIZE;
TABLE_SIZE        804 lib-src/ebrowse.c     for (i = 0; i < TABLE_SIZE; ++i)
TABLE_SIZE        912 lib-src/ebrowse.c   i = name_hash % TABLE_SIZE;
TABLE_SIZE        967 lib-src/ebrowse.c   for (i = 0; i < TABLE_SIZE; ++i)
TABLE_SIZE       1032 lib-src/ebrowse.c   h %= TABLE_SIZE;
TABLE_SIZE       1055 lib-src/ebrowse.c   h %= TABLE_SIZE;
TABLE_SIZE       1333 lib-src/ebrowse.c   for (int i = 0; i < TABLE_SIZE; ++i)