Lines Matching refs:ts
187 #define __GXCDEF1(func,ts,td) \ argument
188 void func(const ts x);
191 #define __GXCDEF2(func,ts,td) \ argument
192 void func(const ts x, const ts y);
195 #define __GXCDEF3(func,ts,td) \ argument
196 void func(const ts x, const ts y, const ts z);
199 #define __GXCDEF4(func,ts,td) \ argument
200 void func(const ts x, const ts y, const ts z, const ts w);
210 #define __GXCDEF1(func,ts,td) \ argument
211 static inline void func(const ts x) \
223 #define __GXCDEF2(func,ts,td) \ argument
224 static inline void func(const ts x, const ts y) \
238 #define __GXCDEF3(func,ts,td) \ argument
239 static inline void func(const ts x, const ts y, const ts z) \
255 #define __GXCDEF4(func,ts,td) \ argument
256 static inline void func(const ts x, const ts y, const ts z, const ts w) \
281 #define __GXCDEF1(func,ts,td) \ argument
282 static inline void func(const ts x) \
289 #define __GXCDEF2(func,ts,td) \ argument
290 static inline void func(const ts x, const ts y) \
298 #define __GXCDEF3(func,ts,td) \ argument
299 static inline void func(const ts x, const ts y, const ts z) \
308 #define __GXCDEF4(func,ts,td) \ argument
309 static inline void func(const ts x, const ts y, const ts z, const ts w) \