Lines Matching refs:_IOT_SIMPLE
148 #define _IOT_SIMPLE(type) _IOT (_IOTS (type), 1, 0, 0, 0, 0) macro
151 #define _IOT__IOTBASE_char _IOT_SIMPLE (char)
152 #define _IOT__IOTBASE_short _IOT_SIMPLE (short)
153 #define _IOT__IOTBASE_int _IOT_SIMPLE (int)
154 #define _IOT__IOTBASE_long _IOT_SIMPLE (long)
155 #define _IOT_char _IOT_SIMPLE (char)
156 #define _IOT_short _IOT_SIMPLE (short)
157 #define _IOT_int _IOT_SIMPLE (int)
158 #define _IOT_long _IOT_SIMPLE (long)
160 #define _IOT__IOTBASE_int8_t _IOT_SIMPLE (int8_t)
161 #define _IOT__IOTBASE_uint8_t _IOT_SIMPLE (uint8_t)
162 #define _IOT__IOTBASE_int16_t _IOT_SIMPLE (int16_t)
163 #define _IOT__IOTBASE_uint16_t _IOT_SIMPLE (uint16_t)
164 #define _IOT__IOTBASE_int32_t _IOT_SIMPLE (int32_t)
165 #define _IOT__IOTBASE_uint32_t _IOT_SIMPLE (uint32_t)
166 #define _IOT__IOTBASE_int64_t _IOT_SIMPLE (int64_t)
167 #define _IOT__IOTBASE_uint64_t _IOT_SIMPLE (uint64_t)
169 #define _IOT__IOTBASE_size_t _IOT_SIMPLE (size_t)
170 #define _IOT__IOTBASE_ssize_t _IOT_SIMPLE (ssize_t)