Searched defs:nshort (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c1273 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1294 nshort++;
1307 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1311 if (nlong > 0 || nshort > 0 || nint > 0)
1316 } else if (nshort > 0) {

Completed in 65 milliseconds