Searched refs:hash_tab (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dgen-protos.c32 int hash_tab[HASH_SIZE]; variable
44 if (hash_tab[i] != 0)
51 if (hash_tab[i] == 0)
55 hash_tab[i] = next_index;
182 fprintf (outf, "short hash_tab[HASH_SIZE] = {\n");
184 fprintf (outf, " %d,\n", hash_tab[i]);
H A Dfix-header.c406 if (hash_tab[i] == 0)
408 fn = &std_protos[hash_tab[i]];

Completed in 54 milliseconds