| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DrPoints.c | 72 register XPoint *pptr = points; local in function:XDrawPoints 74 while (pptr != points) { 75 xoff += pptr->x; 76 yoff += pptr->y; 77 pptr++;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Vendor.c | 191 XF86ConfVendSubPtr pptr; local in function:xf86printVendorSection 202 for (pptr = ptr->vnd_sub_lst; pptr; pptr = pptr->list.next) 205 if (pptr->vs_comment) 206 fprintf (cf, "%s", pptr->vs_comment); 207 if (pptr->vs_identifier) 208 fprintf (cf, "\t\tIdentifier \"%s\"\n", pptr->vs_identifier); 209 xf86printOptionList(cf, pptr [all...] |
| H A D | Video.c | 229 XF86ConfVideoPortPtr pptr; local in function:xf86printVideoAdaptorSection 247 for (pptr = ptr->va_port_lst; pptr; pptr = pptr->list.next) 250 if (pptr->vp_comment) 251 fprintf (cf, "%s", pptr->vp_comment); 252 if (pptr->vp_identifier) 253 fprintf (cf, "\t\tIdentifier \"%s\"\n", pptr->vp_identifier); 254 xf86printOptionList(cf, pptr [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Vendor.c | 203 XF86ConfVendSubPtr pptr; local in function:xf86printVendorSection 213 for (pptr = ptr->vnd_sub_lst; pptr; pptr = pptr->list.next) { 215 if (pptr->vs_comment) 216 fprintf(cf, "%s", pptr->vs_comment); 217 if (pptr->vs_identifier) 218 fprintf(cf, "\t\tIdentifier \"%s\"\n", pptr->vs_identifier); 219 xf86printOptionList(cf, pptr [all...] |
| H A D | Video.c | 224 XF86ConfVideoPortPtr pptr; local in function:xf86printVideoAdaptorSection 241 for (pptr = ptr->va_port_lst; pptr; pptr = pptr->list.next) { 243 if (pptr->vp_comment) 244 fprintf(cf, "%s", pptr->vp_comment); 245 if (pptr->vp_identifier) 246 fprintf(cf, "\t\tIdentifier \"%s\"\n", pptr->vp_identifier); 247 xf86printOptionList(cf, pptr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_fence.cpp | 122 struct pipe_fence_handle **pptr, 125 d3d12_fence_reference((struct d3d12_fence **)pptr, d3d12_fence(pfence)); 121 fence_reference(struct pipe_screen * pscreen,struct pipe_fence_handle ** pptr,struct pipe_fence_handle * pfence) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_fence.c | 77 struct pipe_fence_handle **pptr, 80 zink_fence_reference(zink_screen(pscreen), (struct zink_tc_fence **)pptr, 76 fence_reference(struct pipe_screen * pscreen,struct pipe_fence_handle ** pptr,struct pipe_fence_handle * pfence) argument
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | commands.c | 806 char path[BUFSIZ], *pptr; local in function:FileCompletion 811 pptr = path + strlen(path); 812 bytes = sizeof(path) - (pptr - path) - 1; 826 strncpy(pptr, ent->d_name, bytes); 827 pptr[bytes] = '\0'; 991 char *label, *pptr = path + strlen(path); local in function:DirWindowCB 992 int bytes = sizeof(path) - (pptr - path) - 1; 996 strncpy(pptr, ent->d_name, bytes); 997 pptr[bytes] = '\0'; 1039 *pptr [all...] |
| H A D | hook.c | 840 char *eptr, *pptr; local in function:LineEdit 843 pptr = einfo.subst_pattern; 860 *pptr++ = ch; 862 *pptr = '\0'; 866 einfo.regex.re_endp = pptr;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 263 Pixel *ppix, **pptr; local in function:CreateColormap 314 for (pptr = &pmap->clientPixelsRed[MAXCLIENTS]; --pptr >= pmap->clientPixelsRed; ) 315 *pptr = (Pixel *)NULL; 2091 Pixel *pptr, *cptr; local in function:AllocShared 2112 for(pptr = ppix, npix = c; --npix >= 0; pptr++) 2115 common = *pptr & basemask; 2149 common = *pptr & basemask; 2181 common = *pptr 2277 Pixel *pptr, *cptr; local in function:FreeCo [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 246 Pixel *ppix, **pptr; local in function:CreateColormap 293 for (pptr = &pmap->clientPixelsRed[LimitClients]; 294 --pptr >= pmap->clientPixelsRed;) 295 *pptr = (Pixel *) NULL; 1959 Pixel *pptr, *cptr; local in function:AllocShared 1978 for (pptr = ppix, npix = c; --npix >= 0; pptr++) { 1980 common = *pptr & basemask; 2007 common = *pptr & basemask; 2032 common = *pptr 2118 Pixel *pptr, *cptr; local in function:FreeCo [all...] |