Home
last modified time | relevance | path

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

/scripts/basic/
A Dfixdep.c168 #define HASHSZ 256 macro
169 static struct item *hashtab[HASHSZ];
188 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()
210 aux->next = hashtab[hash % HASHSZ]; in define_config()
211 hashtab[hash % HASHSZ] = aux; in define_config()

Completed in 14 milliseconds