Home
last modified time | relevance | path

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

/titanic_50/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) / in inj_strtoll()
101 sizeof (signed_types[0]))); in inj_strtoll()
102 desc = &signed_types[width / 8]; in inj_strtoll()