Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c78 static const type_desc_t unsigned_types[] = { variable
127 assert(width / 8 < (sizeof (unsigned_types) / in inj_strtoull()
128 sizeof (unsigned_types[0]))); in inj_strtoull()
129 desc = &unsigned_types[width / 8]; in inj_strtoull()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1564 static struct symbol * const unsigned_types[] = variable
1572 int_types + 1, signed_types + 1, unsigned_types + 1,