Searched refs:ih (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Events.c352 IHPtr ih; local in function:xf86VTLeave
370 for (ih = InputHandlers; ih; ih = ih->next) {
371 if (ih->is_input)
372 xf86DisableInputHandler(ih);
374 xf86DisableGeneralHandler(ih);
430 for (ih = InputHandlers; ih; i
444 IHPtr ih; local in function:xf86VTEnter
527 IHPtr ih = data; local in function:xf86InputHandlerNotify
537 IHPtr ih; local in function:addInputHandler
565 IHPtr ih = addInputHandler(fd, proc, data); local in function:xf86AddInputHandler
575 IHPtr ih = addInputHandler(fd, proc, data); local in function:xf86AddGeneralHandler
602 removeInputHandler(IHPtr ih) argument
623 IHPtr ih; local in function:xf86RemoveInputHandler
640 IHPtr ih; local in function:xf86RemoveGeneralHandler
657 IHPtr ih; local in function:xf86DisableInputHandler
671 IHPtr ih; local in function:xf86DisableGeneralHandler
685 IHPtr ih; local in function:xf86EnableInputHandler
699 IHPtr ih; local in function:xf86EnableGeneralHandler
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Events.c274 IHPtr ih; /* returned with an error condition, do we? */ local in function:xf86Wakeup
276 for (ih = InputHandlers; ih; ih = ih->next) {
277 if (ih->enabled && ih->fd >= 0 && ih->ihproc &&
278 (FD_ISSET(ih->fd, ((fd_set *)pReadmask)) != 0)) {
279 ih
420 IHPtr ih; local in function:xf86VTSwitch
558 IHPtr ih; local in function:addInputHandler
581 IHPtr ih = addInputHandler(fd, proc, data); local in function:xf86AddInputHandler
591 IHPtr ih = addInputHandler(fd, proc, data); local in function:xf86AddGeneralHandler
618 removeInputHandler(IHPtr ih) argument
637 IHPtr ih; local in function:xf86RemoveInputHandler
656 IHPtr ih; local in function:xf86RemoveGeneralHandler
675 IHPtr ih; local in function:xf86DisableInputHandler
689 IHPtr ih; local in function:xf86DisableGeneralHandler
703 IHPtr ih; local in function:xf86EnableInputHandler
717 IHPtr ih; local in function:xf86EnableGeneralHandler
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dicons_builtin.c81 int ih, iw; local in function:CreateMenuIcon
112 ih = h - iy * 2;
114 offset = ih / 8;
115 mh = ih - offset;
124 XFillRectangle(dpy, pix, gc, ix + iw - mw, iy + ih - mh, mw, mh);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dwindowswmstr.h123 CARD16 ih; member in struct:_WindowsWMFrameGetRect
155 CARD16 ih; member in struct:_WindowsWMFrameDraw
H A Dapplewmproto.h202 CARD16 ih; member in struct:_AppleWMFrameGetRect
237 CARD16 ih; member in struct:_AppleWMFrameHitTest
270 CARD16 ih; member in struct:_AppleWMFrameDraw
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindowswm.c354 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih);
364 stuff->ix + stuff->iw, stuff->iy + stuff->ih);
368 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih);
420 stuff->ix, stuff->iy, stuff->iw, stuff->ih);
425 stuff->ix + stuff->iw, stuff->iy + stuff->ih);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp123 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::set
125 dta[ih] |= ((basetype)1u << il);
129 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::clear
131 assert(ih < size);
132 dta[ih] &= ~((basetype)1u << il);
136 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::get
138 return dta[ih] & ((basetype)1u << il);
142 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::set
145 dta[ih] = (dta[ih]
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp123 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::set
125 dta[ih] |= ((basetype)1u << il);
129 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::clear
131 assert(ih < size);
132 dta[ih] &= ~((basetype)1u << il);
136 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::get
138 return dta[ih] & ((basetype)1u << il);
142 unsigned ih = index >> bt_index_shift; local in function:r600_sb::regbits::set
145 dta[ih] = (dta[ih]
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dutil.c1006 int ih, iw; local in function:CreateMenuIcon
1024 ih = h - iy * 2;
1026 off = ih / 8;
1027 mh = ih - off;
1035 XFillRectangle(dpy, pix, gc, ix + iw - mw, iy + ih - mh, (unsigned) mw,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dapplewm.c535 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih);
569 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih);
601 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dapplewm.c538 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih);
569 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih);
598 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih);

Completed in 15 milliseconds