Searched refs:HASHSZ (Results 1 – 2 of 2) sorted by relevance
148 #define HASHSZ 256 macro149 static struct item *hashtab[HASHSZ];168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()190 aux->next = hashtab[hash % HASHSZ]; in define_config()191 hashtab[hash % HASHSZ] = aux; in define_config()
82 #define HASHSZ 16 macro91 return num & (HASHSZ-1); in hashnum()95 static struct vendor *vendors[HASHSZ] = { NULL, };96 static struct product *products[HASHSZ] = { NULL, };97 static struct class *classes[HASHSZ] = { NULL, };98 static struct subclass *subclasses[HASHSZ] = { NULL, };99 static struct protocol *protocols[HASHSZ] = { NULL, };