| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | write.c | 76 doWriteConfigFile(const char *filename, XF86ConfigPtr cptr) argument 84 if (cptr->conf_comment) 85 fprintf(cf, "%s\n", cptr->conf_comment); 87 xf86printLayoutSection(cf, cptr->conf_layout_lst); 89 if (cptr->conf_files != NULL) { 91 xf86printFileSection(cf, cptr->conf_files); 95 if (cptr->conf_modules != NULL) { 97 xf86printModuleSection(cf, cptr->conf_modules); 101 xf86printVendorSection(cf, cptr->conf_vendor_lst); 103 xf86printServerFlagsSection(cf, cptr 130 xf86writeConfigFile(const char * filename,XF86ConfigPtr cptr) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | write.c | 86 doWriteConfigFile (const char *filename, XF86ConfigPtr cptr) argument 95 if (cptr->conf_comment) 96 fprintf (cf, "%s\n", cptr->conf_comment); 98 xf86printLayoutSection (cf, cptr->conf_layout_lst); 100 if (cptr->conf_files != NULL) 103 xf86printFileSection (cf, cptr->conf_files); 107 if (cptr->conf_modules != NULL) 110 xf86printModuleSection (cf, cptr->conf_modules); 114 xf86printVendorSection (cf, cptr->conf_vendor_lst); 116 xf86printServerFlagsSection (cf, cptr 143 xf86writeConfigFile(const char * filename,XF86ConfigPtr cptr) argument [all...] |
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | data.c | 73 c = *data->cptr++; 81 data->cptr -= n; 92 c = *data->cptr++; 102 c = *data->cptr++; 114 data->cptr--; 193 data->cptr = (data->stream.data)[++data->line]; 199 while ((c = *data->cptr++) && c != data->Eos && c != '\0'); 210 while ((c = *data->cptr++) && c != data->Bos && c != '\0') 214 while (((c = *data->cptr++) == data->Bcmt[0]) && c != '\0') 216 data->cptr [all...] |
| H A D | CrIFrBuf.c | 115 mdata->cptr = buffer;
|
| H A D | CrIFrDat.c | 116 mdata->cptr = *data;
|
| H A D | XpmI.h | 120 char *cptr; member in struct:__anon0d8f7a9f0108 243 (*mdata->cptr++) : (getc(mdata->stream.file)))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 347 GDevPtr cptr = NULL; local in function:copyScreen 354 cptr = malloc(sizeof(GDevRec)); 355 if (!cptr) { 359 memcpy(cptr, odev, sizeof(GDevRec)); 361 if (asprintf(&cptr->identifier, "Autoconfigured Video Device %s", driver) 363 free(cptr); 367 cptr->driver = driver; 372 xf86ConfigLayout.screens[i].screen->device = cptr; 373 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 377 GDevPtr cptr = NULL; local in function:copyScreen 385 cptr = malloc(sizeof(GDevRec)); 386 if (!cptr) { 390 memcpy(cptr, odev, sizeof(GDevRec)); 394 free(cptr); 398 cptr->driver = driver; 399 cptr->identifier = identifier; 404 xf86ConfigLayout.screens[i].screen->device = cptr; 405 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen;
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinit.c | 151 register char **cptr = client; local in function:main 171 *cptr++ = *ptr++; 175 start_of_client_args = (cptr - client); 177 if (cptr > clientargv + sizeof(clientargv) / sizeof(*clientargv) - 2) 179 *cptr++ = *argv++; 182 *cptr = NULL;
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | cmsColNm.c | 514 char *cptr; 517 cptr = pString; 518 for (i = (int)strlen(pString); i; i--, cptr++) { 519 if (!isspace(*cptr)) { 520 *pString++ = *cptr; 507 char *cptr; local in function:RemoveSpaces
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | mapdesc.cc | 630 for( REAL *cptr = rptr; cptr != clast; cptr+=cstride, tcptr+=tcstride ) { local in function:Mapdesc::project 631 REAL *coordlast = cptr + inhcoords; 634 for( REAL *coord = cptr; coord != coordlast; coord++, tcoord++ ) { 652 for( REAL *cptr = src, *tcptr = dest; cptr != clast; cptr+=stride, tcptr+=tstride ) { local in function:Mapdesc::project 653 REAL *coordlast = cptr + inhcoords; 655 for( REAL *coord = cptr, *tcoor [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 2091 Pixel *pptr, *cptr; local in function:AllocShared 2124 for (cptr = ppixFirst, z = npixClientNew; --z >= 0; cptr++) 2126 if ((*cptr & basemask) == (common | bits)) 2128 pmap->red[*cptr].fShared = TRUE; 2129 pmap->red[*cptr].co.shco.red = pshared; 2139 for (cptr = ppixFirst, z = npixClientNew; --z >= 0; cptr++) 2141 if ((*cptr & basemask) == common) 2143 pmap->red[*cptr] 2277 Pixel *pptr, *cptr; local in function:FreeCo [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 1959 Pixel *pptr, *cptr; local in function:AllocShared 1987 for (cptr = ppixFirst, z = npixClientNew; --z >= 0; cptr++) { 1988 if ((*cptr & basemask) == (common | bits)) { 1989 pmap->red[*cptr].fShared = TRUE; 1990 pmap->red[*cptr].co.shco.red = pshared; 1999 for (cptr = ppixFirst, z = npixClientNew; --z >= 0; cptr++) { 2000 if ((*cptr & basemask) == common) { 2001 pmap->red[*cptr] 2118 Pixel *pptr, *cptr; local in function:FreeCo [all...] |
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | shader_test_util.c | 592 uint8_t cptr[16]; local in function:amdgpu_test_dispatch_memset 672 memset(cptr, 0x22, 16); 673 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 16), 0); 675 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 16), 0); 677 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 16), 0); 1773 uint8_t cptr[16]; local in function:amdgpu_memset_draw_test 1888 memset(cptr, 0x33, 16); 1889 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 16), 0); 1891 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 16), 0); 1893 CU_ASSERT_EQUAL(memcmp(ptr_dst + i, cptr, 1 [all...] |
| /xsrc/external/mit/xmag/dist/ |
| H A D | xmag.c | 930 #define Intensity(cptr) (3.0*cptr->red+0.59*cptr->green+0.11*cptr->blue)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.c | 283 char *cptr = (char *) &i; local in function:host_byte_order 284 return (*cptr==1) ? LSBFirst : MSBFirst;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 14 static unsigned char *cptr( void (*label)() ) 293 emit_1i(p, cptr(label) - x86_get_label(p) - 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 283 char *cptr = (char *) &i; local in function:host_byte_order 284 return (*cptr==1) ? LSBFirst : MSBFirst;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 15 static unsigned char *cptr( void (*label)() ) 294 emit_1i(p, cptr(label) - x86_get_label(p) - 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 107 char *cptr = (char *) &i; local in function:host_byte_order 108 return (*cptr==1) ? LSBFirst : MSBFirst;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 107 char *cptr = (char *) &i; local in function:host_byte_order 108 return (*cptr==1) ? LSBFirst : MSBFirst;
|