Lines Matching defs:integer
132 struct integer struct
146 struct integer<8> struct
148 enum { size = 1 };
149 typedef uint_least8_t type;
153 struct integer<16> struct
155 enum { size = 2 };
156 typedef uint_least16_t type;
160 struct integer<32> struct
162 enum { size = 4 };
163 typedef uint_least32_t type;
168 struct integer<64> struct
170 enum { size = 8 };
171 typedef uint_least64_t type;