Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c66 static const type_desc_t signed_types[] = { variable
98 assert(width / 8 < (sizeof (signed_types) / in inj_strtoll()
99 sizeof (signed_types[0]))); in inj_strtoll()
100 desc = &signed_types[width / 8]; in inj_strtoll()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1561 static struct symbol * const signed_types[] = variable
1572 int_types + 1, signed_types + 1, unsigned_types + 1,