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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c68 static const type_desc_t signed_types[] = { variable
100 assert(width / 8 < (sizeof (signed_types) /
101 sizeof (signed_types[0])));
102 desc = &signed_types[width / 8];

Completed in 44 milliseconds