| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt_accel.c | 45 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTSync 58 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTSetupForSolidFill 63 iptr->color = color | (color << 8) | (color << 16) | (color << 24); 67 iptr->color = color | (color << 8) | (color << 16); 70 iptr->color = color; 79 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTSubsequentSolidFillRect 83 y *= iptr->ll; 91 OUTREG(IMSTT_DP_OCTL, iptr->ll); 92 OUTREG(IMSTT_SP, iptr->ll); 95 OUTREG(IMSTT_CLR, iptr 111 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTSetupForScreenToScreenCopy 150 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTSubsequentScreenToScreenCopy 189 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTAccelInit [all...] |
| H A D | imstt_driver.c | 327 IMSTTPtr iptr; local in function:IMSTTPreInit 375 iptr = IMSTTPTR(pScrn); 379 if (!(iptr->Options = xalloc(sizeof(IMSTTOptions)))) 381 memcpy(iptr->Options, IMSTTOptions, sizeof(IMSTTOptions)); 382 xf86ProcessOptions(pScrn->scrnIndex, pScrn->options, iptr->Options); 384 if (xf86ReturnOptValBool(iptr->Options, OPTION_NOACCEL, FALSE)) { 385 iptr->NoAccel = TRUE; 388 iptr->NoAccel = FALSE; 390 if (xf86ReturnOptValBool(iptr->Options, OPTION_SWCURSOR, FALSE)) 391 iptr 571 IMSTTPtr iptr; local in function:IMSTTMapMem 620 IMSTTPtr iptr; local in function:IMSTTUnmapMem 650 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTGetVideoMemSize 672 IMSTTPtr iptr; local in function:IMSTTScreenInit 857 IMSTTPtr iptr; local in function:IMSTTModeInit 1063 IMSTTPtr iptr; local in function:IMSTTSetClock 1098 IMSTTPtr iptr; local in function:IMSTTWriteMode 1271 IMSTTPtr iptr; local in function:IMSTTAdjustFrame 1288 IMSTTPtr iptr = IMSTTPTR(pScrn); local in function:IMSTTCloseScreen [all...] |
| H A D | imstt_reg.h | 31 #define INREG(addr) regr(((unsigned long)(iptr->MMIOBase)), (addr)) 32 #define OUTREG(addr, val) regw(((unsigned long)(iptr->MMIOBase)), (addr), (val)) 36 #define INREG(addr) MMIO_IN32(iptr->MMIOBase, addr) 37 #define OUTREG(addr, val) MMIO_OUT32(iptr->MMIOBase, addr, val) 41 #define OUTREGPI(addr, val) iptr->CMAPBase[IBM624_PIDXLO] = addr; eieio(); \ 42 iptr->CMAPBase[IBM624_PIDXDATA] = val; eieio() 43 #define OUTREGPT(addr, val) iptr->CMAPBase[TVP_ADDRW] = addr; eieio(); \ 44 iptr->CMAPBase[TVP_IDATA] = val; eieio()
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Layout.c | 121 XF86ConfInactivePtr iptr; local in function:xf86parseLayoutSection 123 iptr = calloc (1, sizeof (XF86ConfInactiveRec)); 124 iptr->list.next = NULL; 126 free (iptr); 129 iptr->inactive_device_str = val.str; 131 xf86addListItem ((glp) ptr->lay_inactive_lst, (glp) iptr); 272 XF86ConfInputrefPtr iptr; local in function:xf86parseLayoutSection 274 iptr = calloc (1, sizeof (XF86ConfInputrefRec)); 275 iptr->list.next = NULL; 276 iptr 320 XF86ConfInactivePtr iptr; local in function:xf86printLayoutSection 466 XF86ConfInputrefPtr iptr; local in function:xf86layoutAddInputDevices 501 XF86ConfInactivePtr iptr; local in function:xf86validateLayout [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Layout.c | 122 XF86ConfInactivePtr iptr; local in function:xf86parseLayoutSection 124 iptr = calloc(1, sizeof(XF86ConfInactiveRec)); 125 iptr->list.next = NULL; 127 free(iptr); 130 iptr->inactive_device_str = xf86_lex_val.str; 132 xf86addListItem((glp) ptr->lay_inactive_lst, (glp) iptr); 271 XF86ConfInputrefPtr iptr; local in function:xf86parseLayoutSection 273 iptr = calloc(1, sizeof(XF86ConfInputrefRec)); 274 iptr->list.next = NULL; 275 iptr 318 XF86ConfInactivePtr iptr; local in function:xf86printLayoutSection 453 XF86ConfInputrefPtr iptr; local in function:xf86layoutAddInputDevices 487 XF86ConfInactivePtr iptr; local in function:xf86validateLayout [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | getdctl.c | 93 int i, *iptr; local in function:CopySwapDeviceResolution 100 iptr = (int *) buf; 102 *iptr++ = a->resolution; 104 *iptr++ = a->min_resolution; 106 *iptr++ = a->max_resolution; 111 iptr = (int *) buf; 112 for (i = 0; i < (3 * v->numAxes); i++, iptr++) { 113 swapl(iptr);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | scan.c | 623 unsigned int *iptr; local in function:GetImagePixels 631 iptr = pmap->pixelindex; 643 for (x = 0; x < width; x++, iptr++) { 654 if (storePixel(pixel, pmap, iptr)) 664 for (x = 0; x < width; x++, iptr++) { 681 if (storePixel(pixel, pmap, iptr)) 686 for (x = 0; x < width; x++, iptr++) { 704 if (storePixel(pixel, pmap, iptr)) 729 unsigned int *iptr; local in function:GetImagePixels32 736 iptr 794 unsigned int *iptr; local in function:GetImagePixels16 838 unsigned int *iptr; local in function:GetImagePixels8 872 unsigned int *iptr; local in function:GetImagePixels1 923 unsigned int *iptr; local in function:AGetImagePixels 963 unsigned int *iptr; local in function:MSWGetImagePixels [all...] |
| H A D | create.c | 1222 register unsigned int *iptr; local in function:PutImagePixels 1229 iptr = pixelindex; 1234 for (x = 0; x < width; x++, iptr++) { /* how can we trust width */ 1235 pixel = pixels[*iptr]; 1256 for (x = 0; x < width; x++, iptr++) { 1257 pixel = pixels[*iptr]; 1308 unsigned int *iptr; local in function:PutImagePixels32 1318 iptr = pixelindex; 1322 for (x = 0; x < width; x++, iptr++) { 1324 *((unsigned long *) addr) = pixels[*iptr]; 1418 unsigned int *iptr; local in function:PutImagePixels16 1499 unsigned int *iptr; local in function:PutImagePixels8 1548 unsigned int *iptr; local in function:PutImagePixels1 [all...] |
| H A D | parse.c | 409 unsigned int *iptr, *iptr2 = NULL; /* found by Egbert Eich */ local in function:ParsePixels 436 iptr = iptr2; 460 for (x = 0; x < width; x++, iptr++) { 464 *iptr = colidx[c] - 1; 512 for (x = 0; x < width; x++, iptr++) { 518 *iptr = cidx[cc1][cc2] - 1; 556 for (x = 0; x < width; x++, iptr++) { 570 *iptr = HashColorIndex(slot); 580 for (x = 0; x < width; x++, iptr++) { 596 *iptr [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | getdctl.c | 96 int i, *iptr; local in function:CopySwapDeviceResolution 103 iptr = (int *)buf; 105 *iptr++ = a->resolution; 107 *iptr++ = a->min_resolution; 109 *iptr++ = a->max_resolution; 114 iptr = (int *)buf; 115 for (i = 0; i < (3 * v->numAxes); i++, iptr++) { 116 swapl(iptr, n);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 341 XF86ConfInputrefPtr iptr; local in function:configureLayoutSection 343 iptr = malloc (sizeof (XF86ConfInputrefRec)); 344 iptr->list.next = NULL; 345 iptr->iref_option_lst = NULL; 346 iptr->iref_inputdev_str = "Mouse0"; 347 iptr->iref_option_lst = 348 xf86addNewOption (iptr->iref_option_lst, strdup("CorePointer"), NULL); 350 xf86addListItem ((glp) ptr->lay_input_lst, (glp) iptr); 354 XF86ConfInputrefPtr iptr; local in function:configureLayoutSection 356 iptr [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XGetDCtl.c | 168 int *iptr, *iptr2; local in function:XGetDeviceControl 179 iptr = (int *)(R + 1); 181 R->resolutions = iptr; 182 R->min_resolutions = iptr + R->num_valuators; 183 R->max_resolutions = iptr + (2 * R->num_valuators); 185 *iptr++ = *iptr2++;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 352 XF86ConfInputrefPtr iptr; local in function:configureLayoutSection 354 iptr = malloc(sizeof(XF86ConfInputrefRec)); 355 iptr->list.next = NULL; 356 iptr->iref_option_lst = NULL; 357 iptr->iref_inputdev_str = xnfstrdup("Mouse0"); 358 iptr->iref_option_lst = 359 xf86addNewOption(iptr->iref_option_lst, xnfstrdup("CorePointer"), 362 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); 366 XF86ConfInputrefPtr iptr; local in function:configureLayoutSection 368 iptr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 349 int32_t *iptr = (int32_t *)dst; local in function:llvmpipe_get_query_result_resource 351 *iptr = 0x7fffffff; 353 *iptr = (int32_t)value; 365 int64_t *iptr = (int64_t *)dst; local in function:llvmpipe_get_query_result_resource 366 *iptr = (int64_t)value;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_marshal.h | 621 GLint *iptr; local in function:_mesa_glthread_CallLists 647 iptr = (GLint *) lists; 649 _mesa_glthread_CallList(ctx, base + iptr[i]);
|
| H A D | dlist.c | 13631 GLint *iptr; local in function:replace_op_vertex_list_recursively 13656 iptr = (GLint *) get_pointer(&n[3]); 13658 replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)iptr[i], true)); 13965 GLint *iptr; local in function:_mesa_CallLists 13996 iptr = (GLint *) lists; 13998 execute_list(ctx, base + (int)iptr[i]);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Initialize.c | 821 XtInputId *iptr; local in function:ConnectionWatch 825 iptr = (XtInputId *) __XtMalloc(sizeof(XtInputId)); 826 *iptr = XtAppAddInput(app, fd, (XtPointer) XtInputReadMask, 828 *watch_data = (XPointer) iptr; 831 iptr = (XtInputId *) *watch_data; 832 XtRemoveInput(*iptr);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibInt.c | 356 struct _XConnectionInfo *new_conni, **iptr; local in function:_XRegisterInternalConnection 373 for (iptr = &dpy->im_fd_info; *iptr; iptr = &(*iptr)->next) 375 *iptr = new_conni;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 1283 GLint *iptr; local in function:translate_id 1301 iptr = (GLint *) list; 1302 return iptr[n];
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | configure | 17933 typedef const int *iptr; 17934 iptr p = 0;
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure | 24744 typedef const int *iptr; 24745 iptr p = 0; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure | 23011 typedef const int *iptr; 23012 iptr p = 0; [all...] |