Lines Matching full:integer
30 .Nd "standard integer types"
36 header provides source-portable integer types of a specific
38 access speed with a minimum size, largest integer size, and
47 provide a signed integer type of width 8, 16, 32, or 64 bits, respectively.
54 provide an unsigned integer type of width 8, 16, 32, or 64 bits, respectively.
55 These integer types should be used when a specific size is required.
63 provide the fastest signed integer type with a width
71 provide the fastest unsigned integer type with a width
82 provide the smallest memory footprint signed integer type with
90 provide the smallest memory footprint unsigned integer type with
97 provides a signed integer type large
98 enough to hold any other signed integer.
101 provides an unsigned integer type large
102 enough to hold any other unsigned integer.
104 integer types available on a specific architecture.
108 provides a signed integer type with the ability to hold a pointer to
115 provides an unsigned integer type with the ability to hold a pointer to