Searched refs:HASHSZ (Results 1 – 2 of 2) sorted by relevance
115 #define HASHSZ 256 macro116 static struct item *hashtab[HASHSZ];135 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()157 aux->next = hashtab[hash % HASHSZ]; in define_config()158 hashtab[hash % HASHSZ] = aux; in define_config()
64 #define HASHSZ 16 macro73 return num & (HASHSZ-1); in hashnum()77 static struct vendor *vendors[HASHSZ] = { NULL, };78 static struct product *products[HASHSZ] = { NULL, };79 static struct class *classes[HASHSZ] = { NULL, };80 static struct subclass *subclasses[HASHSZ] = { NULL, };81 static struct protocol *protocols[HASHSZ] = { NULL, };