Home
last modified time | relevance | path

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

/titanic_44/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) / in inj_strtoull()
130 sizeof (unsigned_types[0]))); in inj_strtoull()
131 desc = &unsigned_types[width / 8]; in inj_strtoull()