Lines Matching refs:ts
186 #define __GXCDEF1(func,ts,td) \ argument
187 void func(const ts x);
190 #define __GXCDEF2(func,ts,td) \ argument
191 void func(const ts x, const ts y);
194 #define __GXCDEF3(func,ts,td) \ argument
195 void func(const ts x, const ts y, const ts z);
198 #define __GXCDEF4(func,ts,td) \ argument
199 void func(const ts x, const ts y, const ts z, const ts w);
209 #define __GXCDEF1(func,ts,td) \ argument
210 static inline void func(const ts x) \
222 #define __GXCDEF2(func,ts,td) \ argument
223 static inline void func(const ts x, const ts y) \
237 #define __GXCDEF3(func,ts,td) \ argument
238 static inline void func(const ts x, const ts y, const ts z) \
254 #define __GXCDEF4(func,ts,td) \ argument
255 static inline void func(const ts x, const ts y, const ts z, const ts w) \
280 #define __GXCDEF1(func,ts,td) \ argument
281 static inline void func(const ts x) \
288 #define __GXCDEF2(func,ts,td) \ argument
289 static inline void func(const ts x, const ts y) \
297 #define __GXCDEF3(func,ts,td) \ argument
298 static inline void func(const ts x, const ts y, const ts z) \
307 #define __GXCDEF4(func,ts,td) \ argument
308 static inline void func(const ts x, const ts y, const ts z, const ts w) \