Searched refs:_c (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | c_client.py | 48 def _c(fmt, *args): function 59 _c(fmt, *args) 67 _c("%s%s", indent, str) 80 being sent to the output via _h und _c. 280 _c('#ifdef HAVE_CONFIG_H') 281 _c('#include "config.h"') 282 _c('#endif') 283 _c('#include <stdlib.h>') 284 _c('#include <string.h>') 285 _c('#includ [all...] |
| H A D | xcb_util.c | 430 struct in_addr ** _c; local in function:_xcb_open_tcp 435 _c = (struct in_addr**)_h->h_addr_list; 438 while(*_c) { 441 _s.sin_addr = *(*_c); 453 ++_c;
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.h | 130 #define _xa_surface_handle(_a, _b, _c) xa_surface_handle(_a, _b, _c) 136 #define _xa_surface_handle(_a, _b, _c) \ 137 xa_surface_handle(_a, xa_handle_type_shared, _b, _c)
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdisp.c | 244 #define _WriteQueryAdaptorsReply(_c,_d) \ 245 if ((_c)->swapped) SWriteQueryAdaptorsReply(_c, _d); \ 246 else WriteToClient(_c, sz_xvQueryAdaptorsReply, _d) 248 #define _WriteQueryExtensionReply(_c,_d) \ 249 if ((_c)->swapped) SWriteQueryExtensionReply(_c, _d); \ 250 else WriteToClient(_c, sz_xvQueryExtensionReply, _d) 252 #define _WriteQueryEncodingsReply(_c,_d) \ 253 if ((_c) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdisp.c | 296 #define _WriteQueryAdaptorsReply(_c,_d) \ 297 if ((_c)->swapped) SWriteQueryAdaptorsReply(_c, _d); \ 298 else WriteToClient(_c, sz_xvQueryAdaptorsReply, (char*)_d) 300 #define _WriteQueryExtensionReply(_c,_d) \ 301 if ((_c)->swapped) SWriteQueryExtensionReply(_c, _d); \ 302 else WriteToClient(_c, sz_xvQueryExtensionReply, (char*)_d) 304 #define _WriteQueryEncodingsReply(_c,_d) \ 305 if ((_c) [all...] |
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | accelX.c | 32 #define waitfifo(size) do { int _c=0; \ 33 while ((_c++<0xfffff)&&((verite_in8(iob+FIFOINFREE)&0x1f)<size)) /* if(!(_c%0xffff))ErrorF("#1# !0x%x! -- ",verite_in8(iob+FIFOINFREE)) */; \ 34 if (_c >= 0xfffff) { \ 40 #define waitfifo2(size, rv) do { int _c=0; \ 41 while ((_c++<0xfffff)&&((verite_in8(iob+FIFOINFREE)&0x1f)<size)) /* if(!(_c%0xffff))ErrorF("#2# !0x%x! -- ",verite_in8(iob+FIFOINFREE)) */; \ 42 if (_c >= 0xfffff) { \
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 273 #define DIFF3(_a,_b,_c) { \ 274 (_c)[0] = (_a)[0] - (_b)[0]; \ 275 (_c)[1] = (_a)[1] - (_b)[1]; \ 276 (_c)[2] = (_a)[2] - (_b)[2]; \
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 273 #define DIFF3(_a,_b,_c) { \ 274 (_c)[0] = (_a)[0] - (_b)[0]; \ 275 (_c)[1] = (_a)[1] - (_b)[1]; \ 276 (_c)[2] = (_a)[2] - (_b)[2]; \
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-combine-float.c | 354 combine_ ## name ## _c (float sa, float s, float da, float d) \ 361 MAKE_COMBINERS (name, combine_ ## name ## _a, combine_ ## name ## _c)
|
| H A D | pixman-rvv.c | 872 static force_inline vfloat32m1_t rvv_combine_##name##_c ( \ 889 RVV_MAKE_COMBINERS (name, rvv_combine_##name##_a, rvv_combine_##name##_c)
|
Completed in 18 milliseconds