Home
last modified time | relevance | path

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

/scripts/basic/
Dfixdep.c117 #define HASHSZ 256 macro
118 static struct item *config_hashtab[HASHSZ], *file_hashtab[HASHSZ];
142 aux->next = hashtab[hash % HASHSZ]; in add_to_hashtable()
143 hashtab[hash % HASHSZ] = aux; in add_to_hashtable()
155 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in in_hashtable()