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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c80 static const type_desc_t unsigned_types[] = { variable
129 assert(width / 8 < (sizeof (unsigned_types) /
130 sizeof (unsigned_types[0])));
131 desc = &unsigned_types[width / 8];

Completed in 57 milliseconds