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

/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dhash.c61 _inithash(hte_t ***tablep) argument
64 if (tablep == NULL)
65 tablep = &htab;
67 *tablep = xcalloc(HSHSIZ2, sizeof (hte_t *));
/freebsd-10.0-release/contrib/gcc/
H A Drtlanal.c2500 tablejump_p (rtx insn, rtx *labelp, rtx *tablep)
2513 if (tablep)
2514 *tablep = table;
2478 tablejump_p(rtx insn, rtx *labelp, rtx *tablep) argument

Completed in 67 milliseconds