Lines Matching refs:x
187 void func(const ts x);
191 void func(const ts x, const ts y);
195 void func(const ts x, const ts y, const ts z);
199 void func(const ts x, const ts y, const ts z, const ts w);
210 static inline void func(const ts x) \
213 *((td *) __EmBuffPtr) = (td) x; \
216 Em##func(x); \
223 static inline void func(const ts x, const ts y) \
226 *((td *) __EmBuffPtr) = (td) x; \
231 Em##func(x, y); \
238 static inline void func(const ts x, const ts y, const ts z) \
241 *((td *) __EmBuffPtr) = (td) x; \
248 Em##func(x, y, z); \
255 static inline void func(const ts x, const ts y, const ts z, const ts w) \
258 *((td *) __EmBuffPtr) = (td) x; \
267 Em##func(x, y, z, w); \
281 static inline void func(const ts x) \
283 GXWGFifo.td = (td) x; \
289 static inline void func(const ts x, const ts y) \
291 GXWGFifo.td = (td) x; \
298 static inline void func(const ts x, const ts y, const ts z) \
300 GXWGFifo.td = (td) x; \
308 static inline void func(const ts x, const ts y, const ts z, const ts w) \
310 GXWGFifo.td = (td) x; \