Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c792 #define IDENT_HASH_SIZE (1<<IDENT_HASH_BITS) macro
793 #define IDENT_HASH_MASK (IDENT_HASH_SIZE-1)
799 static struct ident *hash_table[IDENT_HASH_SIZE];
813 for (i = 0; i < IDENT_HASH_SIZE; i++) { in show_identifier_stats()