Lines Matching full:width
61 The ``width'' of an integer type is the number of bits used to store its value
97 integer types having greatest width
129 \fBExact-width integer types\fR
134 width \fIN\fR, no padding bits, and a two's-complement representation. Thus,
135 \fBint8_t\fR denotes a signed integer type with a width of exactly 8 bits.
138 width \fIN\fR. Thus, \fBuint24_t\fR denotes an unsigned integer type with a
139 width of exactly 24 bits.
154 If an implementation provides integer types with width 64 that meet these
196 \fBMinimum-width integer types\fR
201 type with a width of at least \fIN\fR, such that no signed integer type with
202 lesser size has at least the specified width. Thus, \fBint_least32_t\fR
203 denotes a signed integer type with a width of at least 32 bits.
206 type with a width of at least \fIN\fR, such that no unsigned integer type with
207 lesser size has at least the specified width. Thus, \fBuint_least16_t\fR
208 denotes an unsigned integer type with a width of at least 16 bits.
231 \fBFastest minimum-width integer types\fR
236 to operate with among all integer types that have at least the specified width.
240 simply pick some integer type satisfying the signedness and width requirements.
243 integer type with a width of at least \fIN\fR. The \fBtypedef\fR name
245 width of at least \fIN\fR.
301 \fBGreatest-width integer types\fR
328 from \fBLimits of Specified-Width Integer Types\fR.
331 .SS "Limits of Specified-Width Integer Types"
347 \fBLimits of exact-width integer types\fR
355 Minimum values of exact-width signed integer types:
374 Maximum values of exact-width signed integer types:
393 Maximum values of exact-width unsigned integer types:
413 \fBLimits of minimum-width integer types\fR
421 Minimum values of minimum-width signed integer types:
440 Maximum values of minimum-width signed integer types:
459 Maximum values of minimum-width unsigned integer types:
479 \fBLimits of fastest minimum-width integer types\fR
487 Minimum values of fastest minimum-width signed integer types:
506 Maximum values of fastest minimum-width signed integer types:
525 Maximum values of fastest minimum-width unsigned integer types:
611 \fBLimits of greatest-width integer types\fR
619 Minimum value of greatest-width signed integer type:
638 Maximum value of greatest-width signed integer type:
657 Maximum value of greatest-width unsigned integer type:
839 listed under minimum-width integer types and greatest-width integer types.
852 \fBMacros for minimum-width integer constant expressions\fR
867 \fBMacros for greatest-width integer constant expressions\fR