HomeSort by: relevance | last modified time | path
    Searched refs:iptr (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt_accel.c 45 IMSTTPtr iptr = IMSTTPTR(pScrn); local
58 IMSTTPtr iptr = IMSTTPTR(pScrn); local
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
83 y *= iptr->ll;
91 OUTREG(IMSTT_DP_OCTL, iptr->ll);
92 OUTREG(IMSTT_SP, iptr->ll);
95 OUTREG(IMSTT_CLR, iptr->color)
111 IMSTTPtr iptr = IMSTTPTR(pScrn); local
150 IMSTTPtr iptr = IMSTTPTR(pScrn); local
189 IMSTTPtr iptr = IMSTTPTR(pScrn); local
    [all...]
imstt_driver.c 327 IMSTTPtr iptr; local
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->HWCursor = FALSE
571 IMSTTPtr iptr; local
620 IMSTTPtr iptr; local
650 IMSTTPtr iptr = IMSTTPTR(pScrn); local
672 IMSTTPtr iptr; local
857 IMSTTPtr iptr; local
1063 IMSTTPtr iptr; local
1098 IMSTTPtr iptr; local
1271 IMSTTPtr iptr; local
1288 IMSTTPtr iptr = IMSTTPTR(pScrn); local
    [all...]
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/dist/hw/xfree86/parser/
Layout.c 122 XF86ConfInactivePtr iptr; local
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
273 iptr = calloc(1, sizeof(XF86ConfInputrefRec));
274 iptr->list.next = NULL;
275 iptr->iref_option_lst = NULL
318 XF86ConfInactivePtr iptr; local
453 XF86ConfInputrefPtr iptr; local
487 XF86ConfInactivePtr iptr; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
Layout.c 121 XF86ConfInactivePtr iptr; local
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
274 iptr = calloc (1, sizeof (XF86ConfInputrefRec));
275 iptr->list.next = NULL;
276 iptr->iref_option_lst = NULL
320 XF86ConfInactivePtr iptr; local
466 XF86ConfInputrefPtr iptr; local
501 XF86ConfInactivePtr iptr; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
getdctl.c 93 int i, *iptr; local
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/xorg-server.old/dist/Xi/
getdctl.c 96 int i, *iptr; local
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/libXpm/dist/src/
scan.c 566 unsigned int *iptr; local
574 iptr = pmap->pixelindex;
586 for (x = 0; x < width; x++, iptr++) {
597 if (storePixel(pixel, pmap, iptr))
607 for (x = 0; x < width; x++, iptr++) {
624 if (storePixel(pixel, pmap, iptr))
629 for (x = 0; x < width; x++, iptr++) {
647 if (storePixel(pixel, pmap, iptr))
672 unsigned int *iptr; local
679 iptr = pmap->pixelindex
737 unsigned int *iptr; local
781 unsigned int *iptr; local
815 unsigned int *iptr; local
    [all...]
create.c 1104 register unsigned int *iptr; local
1111 iptr = pixelindex;
1116 for (x = 0; x < width; x++, iptr++) { /* how can we trust width */
1117 pixel = pixels[*iptr];
1138 for (x = 0; x < width; x++, iptr++) {
1139 pixel = pixels[*iptr];
1190 unsigned int *iptr; local
1200 iptr = pixelindex;
1204 for (x = 0; x < width; x++, iptr++) {
1206 *((unsigned long *) addr) = pixels[*iptr];
1300 unsigned int *iptr; local
1381 unsigned int *iptr; local
1430 unsigned int *iptr; local
    [all...]
parse.c 413 unsigned int *iptr, *iptr2 = NULL; /* found by Egbert Eich */ local
431 iptr = iptr2;
455 for (x = 0; x < width; x++, iptr++) {
459 *iptr = colidx[c] - 1;
507 for (x = 0; x < width; x++, iptr++) {
513 *iptr = cidx[cc1][cc2] - 1;
551 for (x = 0; x < width; x++, iptr++) {
565 *iptr = HashColorIndex(slot);
575 for (x = 0; x < width; x++, iptr++) {
591 *iptr = a
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Configure.c 341 XF86ConfInputrefPtr iptr; local
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
356 iptr = malloc (sizeof (XF86ConfInputrefRec))
    [all...]
  /xsrc/external/mit/libXi/dist/src/
XGetDCtl.c 168 int *iptr, *iptr2; local
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/
xf86Configure.c 352 XF86ConfInputrefPtr iptr; local
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
368 iptr = malloc(sizeof(XF86ConfInputrefRec))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_query.c 349 int32_t *iptr = (int32_t *)dst; local
351 *iptr = 0x7fffffff;
353 *iptr = (int32_t)value;
365 int64_t *iptr = (int64_t *)dst; local
366 *iptr = (int64_t)value;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glthread_marshal.h 621 GLint *iptr; local
647 iptr = (GLint *) lists;
649 _mesa_glthread_CallList(ctx, base + iptr[i]);
dlist.c 13631 GLint *iptr; local
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
13996 iptr = (GLint *) lists;
13998 execute_list(ctx, base + (int)iptr[i]);
  /xsrc/external/mit/libXt/dist/src/
Initialize.c 821 XtInputId *iptr; local
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/
XlibInt.c 356 struct _XConnectionInfo *new_conni, **iptr; local
373 for (iptr = &dpy->im_fd_info; *iptr; iptr = &(*iptr)->next)
375 *iptr = new_conni;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 1283 GLint *iptr; local
1301 iptr = (GLint *) list;
1302 return iptr[n];
  /xsrc/external/mit/fontconfig/dist/
configure 17933 typedef const int *iptr;
17934 iptr p = 0;
  /xsrc/external/mit/xorg-server/dist/
configure 24877 typedef const int *iptr;
24878 iptr p = 0;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 23011 typedef const int *iptr;
23012 iptr p = 0;
    [all...]

Completed in 71 milliseconds