Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dc/
H A Ddc.h39 #define TBLSZ 256 macro
150 } symlst[TBLSZ];
151 struct sym *stable[TBLSZ];
H A Ddc.c1208 while (sptr < &symlst[TBLSZ]) { in init()
2305 for (i = 0; i < TBLSZ; i++) { in garbage()