Lines Matching full:least
46 integer types having at least certain specified widths
52 fastest integer types having at least certain specified widths
170 type with a width of at least \fIN\fR, such that no signed integer type with
171 lesser size has at least the specified width. Thus, \fBint_least32 _t\fR
172 denotes a signed integer type with a width of at least 32 bits.
175 type with a width of at least \fIN\fR, such that no unsigned integer type with
176 lesser size has at least the specified width. Thus, \fBuint_ least16_t\fR
177 denotes an unsigned integer type with a width of at least 16 bits.
205 to operate with among all integer types that have at least the specified width.
212 integer type with a width of at least \fIN\fR. The \fBtypedef\fR name
214 width of at least \fIN\fR.